Commit 75dc5e14 authored by Tim Peters's avatar Tim Peters

Type in docstring.

parent c5049159
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment