]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Type in docstring.
authorTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 17:50:45 +0000 (17:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 17:50:45 +0000 (17:50 +0000)
Lib/doctest.py

index fca2f98b8d71e9b216d8cec31866f2ee5909d4ac..74714c534f3b6538c9c49307d0fb008efd8a0ddd 100644 (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