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

miss-islington webhook-mailer at python.org
Mon Oct 3 09:43:36 EDT 2022


https://github.com/python/cpython/commit/096e39637b74d669dea3132442eccb2d65e8b6da
commit: 096e39637b74d669dea3132442eccb2d65e8b6da
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-03T06:43:31-07:00
summary:

Fix typo in unittest docs (GH-97742)

(cherry picked from commit e6f9ec5c031bd996fcd5f463c407beef0b743b49)

Co-authored-by: annonm <annonm at gmail.com>

files:
M Doc/library/unittest.rst

diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 87571d896e11..42d17db3a3a2 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -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
-      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