Type in docstring.

This commit is contained in:
Tim Peters 2004-08-08 03:38:33 +00:00
parent 3ddd60a83b
commit 161c963276
1 changed files with 1 additions and 1 deletions

View 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.