8000 tasks.gather: Fix docstring · python/asyncio@b9c2442 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit b9c2442

Browse files
committed
tasks.gather: Fix docstring
1 parent 7eb2b22 commit b9c2442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def gather(*coros_or_futures, loop=None, return_exceptions=False):
555555
All futures must share the same event loop. If all the tasks are
556556
done successfully, the returned future's result is the list of
557557
results (in the order of the original sequence, not necessarily
558-
the order of results arrival). If *result_exception* is True,
558+
the order of results arrival). If *return_exceptions* is True,
559559
exceptions in the tasks are treated the same as successful
560560
results, and gathered in the result list; otherwise, the first
561561
raised exception will be immediately propagated to the returned

0 commit comments

Comments
 (0)
0