mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[doc] fix typo (GH-99143)
This commit is contained in:
parent
47ab8480e7
commit
586b07e1f9
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