From d2cd7737b56a5c76391b0e2ca37b26bb5759d9d1 Mon Sep 17 00:00:00 2001 From: Annon Mouthapong Date: Sun, 25 Sep 2022 10:31:32 -0400 Subject: [PATCH] fixed small typo in unittest.rst documentation --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 38be6b82b492d4..7f48146ca830f4 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.