From b3c21265fa48a137a4c6a35e425b2b7f94f96cf4 Mon Sep 17 00:00:00 2001 From: Daniel Wysocki Date: Thu, 14 Dec 2023 04:07:37 -0600 Subject: Fixing typo in DocTestRunner docs (GH-112326) --- 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 fa1b850..8c28e44 100644 --- a/Doc/library/doctest.rst +++ b/Doc/library/doctest.rst @@ -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) -- cgit v0.12