Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3c2126

Browse files
authored
Fixing typo in DocTestRunner docs (GH-112326)
1 parent bb36f72 commit b3c2126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/doctest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ DocTestRunner objects
15021502
:attr:`failures` and :attr:`skips` attributes. The :meth:`run` and
15031503
:meth:`summarize` methods return a :class:`TestResults` instance.
15041504

1505-
:class:`DocTestParser` defines the following methods:
1505+
:class:`DocTestRunner` defines the following methods:
15061506

15071507

15081508
.. method:: report_start(out, test, example)

0 commit comments

Comments
 (0)