From d22b1dfb328e8871cb4973181931b128ee228c54 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 11 Jul 2023 09:40:54 -0700 Subject: [PATCH] small improvement to test --- tests/test_wholefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_wholefile.py b/tests/test_wholefile.py index b944cc4c1..d6ff75b47 100644 --- a/tests/test_wholefile.py +++ b/tests/test_wholefile.py @@ -268,7 +268,7 @@ after b " implementation uses a list comprehension to apply the `operation` function to" " each element of the `collection` and returns the resulting list.\n" "Run it like this:\n\n" - "```\npython hello.py\n```\n\n" + "```\npython {sample_file}\n```\n\n" ) # Call update_files method