Type in docstring.

This commit is contained in:
Tim Peters 2004-08-22 17:50:45 +00:00
parent c50491591d
commit 75dc5e14ea
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ def DocTestSuite(module=None, globs=None, extraglobs=None,
setUp=lambda: None, tearDown=lambda: None,
checker=None):
"""
Convert doctest tests for a mudule to a unittest test suite.
Convert doctest tests for a module to a unittest test suite.
This converts each documentation string in a module that
contains doctest tests to a unittest test case. If any of the