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

Skip to content

Commit c9d1a6b

Browse files
committed
merge
2 parents a1afeec + 12c68b2 commit c9d1a6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Task functions
415415
All futures must share the same event loop. If all the tasks are done
416416
successfully, the returned future's result is the list of results (in the
417417
order of the original sequence, not necessarily the order of results
418-
arrival). If *result_exception* is True, exceptions in the tasks are
418+
arrival). If *return_exceptions* is True, exceptions in the tasks are
419419
treated the same as successful results, and gathered in the result list;
420420
otherwise, the first raised exception will be immediately propagated to the
421421
returned future.

0 commit comments

Comments
 (0)