]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in unittest docs (GH-97742)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Oct 2022 13:42:42 +0000 (06:42 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 13:42:42 +0000 (06:42 -0700)
(cherry picked from commit e6f9ec5c031bd996fcd5f463c407beef0b743b49)

Co-authored-by: annonm <annonm@gmail.com>
Doc/library/unittest.rst

index 0c3fc31b93a9462c257336ad7ac1fade8e27d60d..fa4383b2d9928434407d0ffb7e45b6e779d8b5f0 100644 (file)
@@ -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
-      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.