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

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


http://hg.python.org/cpython/rev/2c6deff0e522
changeset:   89193:2c6deff0e522
branch:      2.7
parent:      89191:7c47529bda0e
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