]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fixing typo in DocTestRunner docs (GH-112326) (GH-113097)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Dec 2023 10:15:28 +0000 (11:15 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 10:15:28 +0000 (10:15 +0000)
(cherry picked from commit b3c21265fa48a137a4c6a35e425b2b7f94f96cf4)

Co-authored-by: Daniel Wysocki <dwysocki@users.noreply.github.com>
Doc/library/doctest.rst

index 2a3fe91bb36f63277af75b894ad204a7467f856f..37354ee278d3e22b4cba6d7aadba41a151779c43 100644 (file)
@@ -1477,7 +1477,7 @@ DocTestRunner objects
    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)