File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ example:
7878 test_main(1)
7979
8080If 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
8282run directly, test_main(1) is called, and then doctest's idea of verbosity
8383is used.
8484
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments