mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Repair late-night doc typos.
This commit is contained in:
parent
810cc51d5f
commit
bea3fb83a7
2 changed files with 3 additions and 3 deletions
|
@ -183,8 +183,8 @@ def run_doctest(module, verbosity=None):
|
|||
"""Run doctest on the given module.
|
||||
|
||||
If optional argument verbosity is not specified (or is None), pass
|
||||
test_support's belief about verbosity on to doctest. Else doctest
|
||||
sys.argv for -v.
|
||||
test_support's belief about verbosity on to doctest. Else doctest's
|
||||
usual behavior is used (it searches sys.argv for -v).
|
||||
"""
|
||||
|
||||
import doctest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue