]> granicus.if.org Git - python/commitdiff
Repair late-night doc typos.
authorTim Peters <tim.peters@gmail.com>
Mon, 10 Sep 2001 01:39:21 +0000 (01:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 10 Sep 2001 01:39:21 +0000 (01:39 +0000)
Lib/test/README
Lib/test/test_support.py

index 485095764ab3527af6f13b6085ce976fd19659aa..c8cca1ed91418d76f5ff1c406d157c68b45ae614 100644 (file)
@@ -78,7 +78,7 @@ example:
         test_main(1)
 
 If run via regrtest, test_main() is called (by regrtest) without specifying
-verbose, and then test_supprot's idea of verbosity is used.  But when
+verbose, and then test_support's idea of verbosity is used.  But when
 run directly, test_main(1) is called, and then doctest's idea of verbosity
 is used.
 
index 53e8ae76e6ffc478e8f1a58f4faa6146a02dc725..958acd36a7414135299855ea1c59927517b1d072 100644 (file)
@@ -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