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 87bf277 commit 12c68b2Copy full SHA for 12c68b2
1 file changed
Doc/library/asyncio-task.rst
@@ -415,7 +415,7 @@ Task functions
415
All futures must share the same event loop. If all the tasks are done
416
successfully, the returned future's result is the list of results (in the
417
order of the original sequence, not necessarily the order of results
418
- arrival). If *result_exception* is True, exceptions in the tasks are
+ arrival). If *return_exceptions* is True, exceptions in the tasks are
419
treated the same as successful results, and gathered in the result list;
420
otherwise, the first raised exception will be immediately propagated to the
421
returned future.
0 commit comments