]> granicus.if.org Git - python/commitdiff
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 15 Feb 2014 11:01:08 +0000 (13:01 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 15 Feb 2014 11:01:08 +0000 (13:01 +0200)
Lib/idlelib/idle_test/README.txt

index a8d4dcb9922a81ef38b948a33ed4b86ab421d742..d0dde2505cad3e162d5bc2e2690fbff9218dc633 100644 (file)
@@ -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