[Python-checkins] cpython (3.3): #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.

ezio.melotti python-checkins at python.org
Sat Feb 15 12:02:01 CET 2014


http://hg.python.org/cpython/rev/be42b12065d7
changeset:   89194:be42b12065d7
branch:      3.3
parent:      89189:11a75f141cec
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Feb 15 13:01:08 2014 +0200
summary:
  #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.

files:
  Lib/idlelib/idle_test/README.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/idle_test/README.txt b/Lib/idlelib/idle_test/README.txt
--- a/Lib/idlelib/idle_test/README.txt
+++ b/Lib/idlelib/idle_test/README.txt
@@ -105,4 +105,4 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list