]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in unittest docs (#97742)
authorannonm <annonm@gmail.com>
Mon, 3 Oct 2022 13:35:40 +0000 (09:35 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 13:35:40 +0000 (06:35 -0700)
Doc/library/unittest.rst

index 38be6b82b492d42c5cdfb97b5a18b01f39cf37a6..7f48146ca830f4eeb5051b8b1e92ca45c6eb2fa9 100644 (file)
@@ -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
-      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.