diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-01-09 06:04:01 +0000 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-01-09 06:04:01 +0000 |
| commit | 29b9eeeb95555dbcf1f375c89910c83ac83abd8d (patch) | |
| tree | 857c2d4c063b88bedcebd76079cf488df977b330 /challenge-003/abigail/python/ch-2.py | |
| parent | d933e4e040eae5d2d4d69b6b4da2d312cd4887e4 (diff) | |
| parent | f2e062cd585f30ecbcf0257e72ccb8f0c82136a7 (diff) | |
| download | perlweeklychallenge-club-29b9eeeb95555dbcf1f375c89910c83ac83abd8d.tar.gz perlweeklychallenge-club-29b9eeeb95555dbcf1f375c89910c83ac83abd8d.tar.bz2 perlweeklychallenge-club-29b9eeeb95555dbcf1f375c89910c83ac83abd8d.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'challenge-003/abigail/python/ch-2.py')
| -rw-r--r-- | challenge-003/abigail/python/ch-2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-003/abigail/python/ch-2.py b/challenge-003/abigail/python/ch-2.py index 9370561d8b..76bb1cfc4a 100644 --- a/challenge-003/abigail/python/ch-2.py +++ b/challenge-003/abigail/python/ch-2.py @@ -1,11 +1,11 @@ #!/opt/local/bin/python # -# See ../READ.md +# See https://theweeklychallenge.org/blog/perl-weekly-challenge-003 # # -# Run as python ch-2.py < input-file +# Run as: python ch-2.py < input-file # import fileinput |
