From 4ffad014c67ec3091ce0d29edb42c4cacc108159 Mon Sep 17 00:00:00 2001 From: emily Date: Fri, 3 Nov 2023 16:56:46 +0100 Subject: [PATCH] Fix Python documentation --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index cd2472f7..5cd63f61 100644 --- a/python/README.md +++ b/python/README.md @@ -11,7 +11,7 @@ python test_gilded_rose.py For e.g. 10 days: ``` -python texttest_fixture 10 +python texttest_fixture.py 10 ``` You should make sure the command shown above works when you execute it in a terminal before trying to use TextTest (see below).