diff options
| author | Abigail <abigail@abigail.be> | 2021-03-16 14:32:30 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-03-16 14:32:30 +0100 |
| commit | bb79f3de7a0f949a94446679cc2c433c3781605b (patch) | |
| tree | c9f5ccec42d51fc3b2ad5d582a1359218a7112d3 /challenge-104/abigail/python | |
| parent | edf40738e7f19fa3045444d60c794b7a57960026 (diff) | |
| download | perlweeklychallenge-club-bb79f3de7a0f949a94446679cc2c433c3781605b.tar.gz perlweeklychallenge-club-bb79f3de7a0f949a94446679cc2c433c3781605b.tar.bz2 perlweeklychallenge-club-bb79f3de7a0f949a94446679cc2c433c3781605b.zip | |
Fix typo
Diffstat (limited to 'challenge-104/abigail/python')
| -rw-r--r-- | challenge-104/abigail/python/ch-1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-104/abigail/python/ch-1.py b/challenge-104/abigail/python/ch-1.py index 8a7dac03e9..8ba4c41512 100644 --- a/challenge-104/abigail/python/ch-1.py +++ b/challenge-104/abigail/python/ch-1.py @@ -5,7 +5,7 @@ # # -# Run as python ch-1.py +# Run as: python ch-1.py # print ("0 1 1 2 1 3 2 3 1 4 3 5 2 5 3 4 1 5 4 7 3 8 5 7 2 7 " + |
