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

Skip to content

Commit 12c68b2

Browse files
committed
asyncio doc: fix gather() doc
1 parent 87bf277 commit 12c68b2

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)