diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-08 03:38:33 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-08 03:38:33 (GMT) |
commit | 161c9632763ce3e50700b7e8f060e60a2e7f0aa8 (patch) | |
tree | 4f4bc5ab5564cf6acefa8798400d97f18c6e4d75 | |
parent | 3ddd60a83b3ac1f129df011ecde3241bb31455df (diff) | |
download | cpython-161c9632763ce3e50700b7e8f060e60a2e7f0aa8.zip cpython-161c9632763ce3e50700b7e8f060e60a2e7f0aa8.tar.gz cpython-161c9632763ce3e50700b7e8f060e60a2e7f0aa8.tar.bz2 |
Type in docstring.
-rw-r--r-- | Lib/doctest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py index 3eb904e..783b456 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -793,7 +793,7 @@ class DocTestFinder: The optional argument `doctest_factory` specifies a class or function that should be used to create new DocTest objects (or - objects that implement the same interface as DocTest). This + objects that implement the same interface as DocTest). The signature for this factory function should match the signature of the DocTest constructor. |