summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/idle_test/README.txt')
-rw-r--r--Lib/idlelib/idle_test/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/README.txt b/Lib/idlelib/idle_test/README.txt
index a54e74d..c580fb9 100644
--- a/Lib/idlelib/idle_test/README.txt
+++ b/Lib/idlelib/idle_test/README.txt
@@ -164,7 +164,7 @@ python -m idlelib.idle_test.htest
5. Test Coverage
Install the coverage package into your Python 3.6 site-packages
-directory. (Its exact location depends on the OS).
+directory. (Its exact location depends on the OS).
> python3 -m pip install coverage
(On Windows, replace 'python3 with 'py -3.6' or perhaps just 'python'.)