]> granicus.if.org Git - python/commitdiff
Type in docstring.
authorTim Peters <tim.peters@gmail.com>
Sun, 8 Aug 2004 03:38:33 +0000 (03:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 8 Aug 2004 03:38:33 +0000 (03:38 +0000)
Lib/doctest.py

index 3eb904ee42481619bd87ae58f979138b5df51132..783b456e48c6c908ef532c4db8b653ad844fc05a 100644 (file)
@@ -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.