[Python-checkins] [doc] fix typo (GH-99143)

miss-islington webhook-mailer at python.org
Sat Nov 5 17:12:28 EDT 2022


https://github.com/python/cpython/commit/e0fc2b3fd1f752e798d210971b2dbf3dc84c7b47
commit: e0fc2b3fd1f752e798d210971b2dbf3dc84c7b47
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-11-05T14:12:22-07:00
summary:

[doc] fix typo (GH-99143)

(cherry picked from commit 586b07e1f9f15825e6564df031744fe812b28655)

Co-authored-by: Doj <34577424+visualdoj at users.noreply.github.com>

files:
M Doc/tutorial/errors.rst

diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst
index 67bb19556681..e09c829b8e97 100644
--- a/Doc/tutorial/errors.rst
+++ b/Doc/tutorial/errors.rst
@@ -496,7 +496,7 @@ Raising and Handling Multiple Unrelated Exceptions
 ==================================================
 
 There are situations where it is necessary to report several exceptions that
-have occurred. This it often the case in concurrency frameworks, when several
+have occurred. This is often the case in concurrency frameworks, when several
 tasks may have failed in parallel, but there are also other use cases where
 it is desirable to continue execution and collect multiple errors rather than
 raise the first exception.



More information about the Python-checkins mailing list