[3.12] Fixing typo in DocTestRunner docs (GH-112326) (GH-113097)

(cherry picked from commit b3c21265fa)

Co-authored-by: Daniel Wysocki <dwysocki@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-12-14 11:15:28 +01:00 committed by GitHub
parent 0bd18997d3
commit 916ef4fbee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1477,7 +1477,7 @@ DocTestRunner objects
For more information, see section :ref:`doctest-options`. For more information, see section :ref:`doctest-options`.
:class:`DocTestParser` defines the following methods: :class:`DocTestRunner` defines the following methods:
.. method:: report_start(out, test, example) .. method:: report_start(out, test, example)