Type in docstring.

This commit is contained in:
Tim Peters 2004-08-08 03:38:33 +00:00
parent 3ddd60a83b
commit 161c963276

View file

@ -793,7 +793,7 @@ def __init__(self, verbose=False, doctest_factory=DocTest,
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.