]> 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:43:31 +0000 (06:43 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:05:41 +0000 (20:05 +0100)
(cherry picked from commit e6f9ec5c031bd996fcd5f463c407beef0b743b49)

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

index 87571d896e11280a022542564d00e8d19580c7c6..42d17db3a3a2a7f01879ea6e6c9f360497d62eff 100644 (file)
@@ -1797,7 +1797,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.