From: Tim Peters Date: Sun, 8 Aug 2004 03:38:33 +0000 (+0000) Subject: Type in docstring. X-Git-Tag: v2.4a3~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=161c9632763ce3e50700b7e8f060e60a2e7f0aa8;p=python Type in docstring. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index 3eb904ee42..783b456e48 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.