summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2014-02-15 11:01:08 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2014-02-15 11:01:08 (GMT)
commitac3dfc63b56f03d810a6e1302538cb4a0f4be670 (patch)
tree7faa311f160588486081a5186a9e8b28370db541
parent93cd25d0a89790eb2530ce7664a285889ada7833 (diff)
downloadcpython-ac3dfc63b56f03d810a6e1302538cb4a0f4be670.zip
cpython-ac3dfc63b56f03d810a6e1302538cb4a0f4be670.tar.gz
cpython-ac3dfc63b56f03d810a6e1302538cb4a0f4be670.tar.bz2
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
-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 a8d4dcb..d0dde25 100644
--- a/Lib/idlelib/idle_test/README.txt
+++ b/Lib/idlelib/idle_test/README.txt
@@ -105,4 +105,4 @@ makes other tests fail (issue 18081).
To run an individual Testcase or test method, extend the dotted name given to
unittest on the command line. (But gui tests will not this way.)
-python -m unittest -v idlelib.idle_test.text_xyz.Test_case.test_meth
+python -m unittest -v idlelib.idle_test.test_xyz.Test_case.test_meth