run_suite(): Oops, update a docstring.

This commit is contained in:
Barry Warsaw 2001-09-20 06:31:22 +00:00
parent c10d690744
commit c88425e2b2
1 changed files with 1 additions and 1 deletions

View 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: