Fixing typo in DocTestRunner docs (GH-112326)

This commit is contained in:
Daniel Wysocki 2023-12-14 04:07:37 -06:00 committed by GitHub
parent bb36f72efc
commit b3c21265fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,7 @@ DocTestRunner objects
:attr:`failures` and :attr:`skips` attributes. The :meth:`run` and
:meth:`summarize` methods return a :class:`TestResults` instance.
:class:`DocTestParser` defines the following methods:
:class:`DocTestRunner` defines the following methods:
.. method:: report_start(out, test, example)