From e22456cd4100b9d24449a0a1623236f0b5ecb412 Mon Sep 17 00:00:00 2001 From: Abigail Date: Thu, 6 Jan 2022 01:47:00 +0100 Subject: Week 3, part 2: fix references --- challenge-003/abigail/python/ch-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'challenge-003/abigail/python/ch-2.py') diff --git a/challenge-003/abigail/python/ch-2.py b/challenge-003/abigail/python/ch-2.py index 9370561d8b..3518b91c8e 100644 --- a/challenge-003/abigail/python/ch-2.py +++ b/challenge-003/abigail/python/ch-2.py @@ -1,7 +1,7 @@ #!/opt/local/bin/python # -# See ../READ.md +# See https://theweeklychallenge.org/blog/perl-weekly-challenge-003 # # -- cgit From 5ef21313761723d1a1e68fd07d770492a7365d56 Mon Sep 17 00:00:00 2001 From: Abigail Date: Thu, 6 Jan 2022 21:06:32 +0100 Subject: Fix references --- challenge-003/abigail/python/ch-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'challenge-003/abigail/python/ch-2.py') diff --git a/challenge-003/abigail/python/ch-2.py b/challenge-003/abigail/python/ch-2.py index 3518b91c8e..76bb1cfc4a 100644 --- a/challenge-003/abigail/python/ch-2.py +++ b/challenge-003/abigail/python/ch-2.py @@ -5,7 +5,7 @@ # # -# Run as python ch-2.py < input-file +# Run as: python ch-2.py < input-file # import fileinput -- cgit