[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:
Miss Islington (bot) 2022-11-05 14:12:22 -07:00 committed by GitHub
parent 0a99a79afe
commit e0fc2b3fd1
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.