From 916ef4fbee08d2b715044d69aa0feaaa7119d5df Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:15:28 +0100 Subject: [3.12] Fixing typo in DocTestRunner docs (GH-112326) (GH-113097) (cherry picked from commit b3c21265fa48a137a4c6a35e425b2b7f94f96cf4) Co-authored-by: Daniel Wysocki --- Doc/library/doctest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst index 2a3fe91..37354ee 100644 --- a/Doc/library/doctest.rst +++ b/Doc/library/doctest.rst @@ -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) -- cgit v0.12