From: Tim Peters Date: Sun, 22 Aug 2004 17:50:45 +0000 (+0000) Subject: Type in docstring. X-Git-Tag: v2.4a3~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75dc5e14eaea0fad7445920511f371751fe1bfd1;p=thirdparty%2FPython%2Fcpython.git Type in docstring. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index fca2f98b8d71..74714c534f3b 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -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