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

Skip to content

Commit bea3fb8

Browse files
committed
Repair late-night doc typos.
1 parent 810cc51 commit bea3fb8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/test/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ example:
7878
test_main(1)
7979

8080
If run via regrtest, test_main() is called (by regrtest) without specifying
81-
verbose, and then test_supprot's idea of verbosity is used. But when
81+
verbose, and then test_support's idea of verbosity is used. But when
8282
run directly, test_main(1) is called, and then doctest's idea of verbosity
8383
is used.
8484

Lib/test/test_support.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ def run_doctest(module, verbosity=None):
183183
"""Run doctest on the given module.
184184
185185
If optional argument verbosity is not specified (or is None), pass
186-
test_support's belief about verbosity on to doctest. Else doctest
187-
sys.argv for -v.
186+
test_support's belief about verbosity on to doctest. Else doctest's
187+
usual behavior is used (it searches sys.argv for -v).
188188
"""
189189

190190
import doctest

0 commit comments

Comments
 (0)