[doc] fix typo (GH-99143)

This commit is contained in:
Doj 2022-11-06 00:03:29 +03:00 committed by GitHub
parent 47ab8480e7
commit 586b07e1f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.