8000 Fixing typo in DocTestRunner docs (GH-112326) · python/cpython@b3c2126 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3c2126

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

File tree

1 file changed

+1
-1
lines changed
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)