From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:15:43 +0000 (+0100) Subject: [3.11] Fixing typo in DocTestRunner docs (GH-112326) (GH-113098) X-Git-Tag: v3.11.8~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0c6995b4fa9803a886fe1d88d6a9aec166a99e8;p=thirdparty%2FPython%2Fcpython.git [3.11] Fixing typo in DocTestRunner docs (GH-112326) (GH-113098) (cherry picked from commit b3c21265fa48a137a4c6a35e425b2b7f94f96cf4) Co-authored-by: Daniel Wysocki --- diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst index ef7e2b9a47a0..95e65621c3aa 100644 --- a/Doc/library/doctest.rst +++ b/Doc/library/doctest.rst @@ -1475,7 +1475,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)