[Python-checkins] Fix typo in unittest docs (#97742)

JelleZijlstra webhook-mailer at python.org
Mon Oct 3 09:35:50 EDT 2022


https://github.com/python/cpython/commit/e6f9ec5c031bd996fcd5f463c407beef0b743b49
commit: e6f9ec5c031bd996fcd5f463c407beef0b743b49
branch: main
author: annonm <annonm at gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-10-03T06:35:40-07:00
summary:

Fix typo in unittest docs (#97742)

files:
M Doc/library/unittest.rst

diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 38be6b82b492..7f48146ca830 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.
 



More information about the Python-checkins mailing list