From: Barry Warsaw Date: Thu, 20 Sep 2001 06:31:22 +0000 (+0000) Subject: run_suite(): Oops, update a docstring. X-Git-Tag: v2.2.1c1~1719 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c88425e2b283b34e2a481c12dccffec4da731cab;p=python run_suite(): Oops, update a docstring. --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index b60fcc73a1..d2a485f73b 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -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: