From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:42:42 +0000 (-0700) Subject: Fix typo in unittest docs (GH-97742) X-Git-Tag: v3.10.8~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1cbb6f62fba1f87222a35f451b9765c77ba508e;p=thirdparty%2FPython%2Fcpython.git Fix typo in unittest docs (GH-97742) (cherry picked from commit e6f9ec5c031bd996fcd5f463c407beef0b743b49) Co-authored-by: annonm --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 0c3fc31b93a9..fa4383b2d992 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1738,7 +1738,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.