From f4e998364e4f9dd7f3ec4cd64aaac01a68c62ff4 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 15 Feb 2014 13:01:08 +0200 Subject: [PATCH] #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. --- Lib/idlelib/idle_test/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/idle_test/README.txt b/Lib/idlelib/idle_test/README.txt index a8d4dcb9922..d0dde2505ca 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