summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-03 13:42:42 (GMT)
committerGitHub <noreply@github.com>2022-10-03 13:42:42 (GMT)
commite1cbb6f62fba1f87222a35f451b9765c77ba508e (patch)
tree3ac4c6d8b6fb4c01b3ec7e10051e0c57445fed9b /Doc
parentbead571e6a2752d111f4995bcd4a0c2c3b19c6b6 (diff)
downloadcpython-e1cbb6f62fba1f87222a35f451b9765c77ba508e.zip
cpython-e1cbb6f62fba1f87222a35f451b9765c77ba508e.tar.gz
cpython-e1cbb6f62fba1f87222a35f451b9765c77ba508e.tar.bz2
Fix typo in unittest docs (GH-97742)
(cherry picked from commit e6f9ec5c031bd996fcd5f463c407beef0b743b49) Co-authored-by: annonm <annonm@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 0c3fc31..fa4383b 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1738,7 +1738,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.