diff options
Diffstat (limited to 'challenge-004/abigail/python/ch-2.py')
| -rw-r--r-- | challenge-004/abigail/python/ch-2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-004/abigail/python/ch-2.py b/challenge-004/abigail/python/ch-2.py index 4e94f7fe7d..26dd33b60f 100644 --- a/challenge-004/abigail/python/ch-2.py +++ b/challenge-004/abigail/python/ch-2.py @@ -1,11 +1,11 @@ #!/opt/local/bin/python # -# See ../README.md +# See https://theweeklychallenge.org/blog/perl-weekly-challenge-004 # # -# Run as python ch-2.py < input-file +# Run as: python ch-2.py < input-file # import fileinput |
