summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-22 17:50:45 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-22 17:50:45 (GMT)
commit75dc5e14eaea0fad7445920511f371751fe1bfd1 (patch)
treefd448664218b9a8c0cd92330c2a357b806113f12
parentc50491591dd5987c121d92b1961df69b911b8a5c (diff)
downloadcpython-75dc5e14eaea0fad7445920511f371751fe1bfd1.zip
cpython-75dc5e14eaea0fad7445920511f371751fe1bfd1.tar.gz
cpython-75dc5e14eaea0fad7445920511f371751fe1bfd1.tar.bz2
Type in docstring.
-rw-r--r--Lib/doctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py
index fca2f98..74714c5 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