From e3c2b1a4332c3620a8bc7361f271ffdf32ec9931 Mon Sep 17 00:00:00 2001 From: Abigail Date: Thu, 6 Jan 2022 21:36:22 +0100 Subject: Week 004: Fix references. For part 1, this means fiddling with the fodder lines. --- challenge-004/abigail/python/ch-2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'challenge-004/abigail/python/ch-2.py') 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 -- cgit