]> granicus.if.org Git - python/commitdiff
run_suite(): Oops, update a docstring.
authorBarry Warsaw <barry@python.org>
Thu, 20 Sep 2001 06:31:22 +0000 (06:31 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 20 Sep 2001 06:31:22 +0000 (06:31 +0000)
Lib/test/test_support.py

index b60fcc73a1baa97d085140764d92ef66b1cb9075..d2a485f73b4a5e02f317db64ae82d9ec1b0f5658 100644 (file)
@@ -158,7 +158,7 @@ class BasicTestRunner:
 
 
 def run_suite(suite):
-    """Run tests from a unittest.TestCase-derived class."""
+    """Run tests from a unittest.TestSuite-derived class."""
     if verbose:
         runner = unittest.TextTestRunner(sys.stdout, verbosity=2)
     else: