Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4e9983

Browse files
committed
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
1 parent b24f481 commit f4e9983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/idle_test/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ makes other tests fail (issue 18081).
105105
To run an individual Testcase or test method, extend the dotted name given to
106106
unittest on the command line. (But gui tests will not this way.)
107107

108-
python -m unittest -v idlelib.idle_test.text_xyz.Test_case.test_meth
108+
python -m unittest -v idlelib.idle_test.test_xyz.Test_case.test_meth

0 commit comments

Comments
 (0)