mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
This commit is contained in:
parent
b24f481ab4
commit
f4e998364e
1 changed files with 1 additions and 1 deletions
|
|
@ -105,4 +105,4 @@ makes other tests fail (issue 18081).
|
||||||
To run an individual Testcase or test method, extend the dotted name given to
|
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.)
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue