mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fixing typo in DocTestRunner docs (GH-112326)
This commit is contained in:
parent
bb36f72efc
commit
b3c21265fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue