Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ab848 commit 586b07eCopy full SHA for 586b07e
Doc/tutorial/errors.rst
@@ -496,7 +496,7 @@ Raising and Handling Multiple Unrelated Exceptions
496
==================================================
497
498
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
+have occurred. This is often the case in concurrency frameworks, when several
500
tasks may have failed in parallel, but there are also other use cases where
501
it is desirable to continue execution and collect multiple errors rather than
502
raise the first exception.
0 commit comments