From: annonm Date: Mon, 3 Oct 2022 13:35:40 +0000 (-0400) Subject: Fix typo in unittest docs (#97742) X-Git-Tag: v3.12.0a1~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6f9ec5c031bd996fcd5f463c407beef0b743b49;p=thirdparty%2FPython%2Fcpython.git Fix typo in unittest docs (#97742) --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 38be6b82b492..7f48146ca830 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1760,7 +1760,7 @@ Loading and running tests A list of the non-fatal errors encountered while loading tests. Not reset by the loader at any point. Fatal errors are signalled by the relevant - a method raising an exception to the caller. Non-fatal errors are also + method raising an exception to the caller. Non-fatal errors are also indicated by a synthetic test that will raise the original error when run.