diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-10 01:39:21 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-10 01:39:21 (GMT) |
commit | bea3fb83a76db479bb7c523fd8c16f7bc23f4336 (patch) | |
tree | 981a44a15be53a8dd5867a1257977cedb3c06077 /Lib/test/test_support.py | |
parent | 810cc51d5f46a50c3a5caf33cc9b9eb6705f13fc (diff) | |
download | cpython-bea3fb83a76db479bb7c523fd8c16f7bc23f4336.zip cpython-bea3fb83a76db479bb7c523fd8c16f7bc23f4336.tar.gz cpython-bea3fb83a76db479bb7c523fd8c16f7bc23f4336.tar.bz2 |
Repair late-night doc typos.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r-- | Lib/test/test_support.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 53e8ae7..958acd3 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -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 |