mirror of
https://github.com/python/cpython.git
synced 2026-04-03 18:40:59 +00:00
[doc] fix typo (GH-99143)
(cherry picked from commit 586b07e1f9)
Co-authored-by: Doj <34577424+visualdoj@users.noreply.github.com>
This commit is contained in:
parent
0a99a79afe
commit
e0fc2b3fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue