Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 586b07e

Browse files
authored
[doc] fix typo (pythonGH-99143)
1 parent 47ab848 commit 586b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Raising and Handling Multiple Unrelated Exceptions
496496
==================================================
497497

498498
There are situations where it is necessary to report several exceptions that
499-
have occurred. This it often the case in concurrency frameworks, when several
499+
have occurred. This is often the case in concurrency frameworks, when several
500500
tasks may have failed in parallel, but there are also other use cases where
501501
it is desirable to continue execution and collect multiple errors rather than
502502
raise the first exception.

0 commit comments

Comments
 (0)