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.
asyncio.TaskGroup
1 parent 5a13df1 commit e3a2d99Copy full SHA for e3a2d99
1 file changed
Doc/library/asyncio-task.rst
@@ -544,7 +544,7 @@ Running Tasks Concurrently
544
provides stronger safety guarantees than *gather* for scheduling a nesting of subtasks:
545
if a task (or a subtask, a task scheduled by a task)
546
raises an exception, *TaskGroup* will, while *gather* will not,
547
- cancel the remaining scheduled tasks).
+ cancel the remaining scheduled tasks.
548
549
.. _asyncio_example_gather:
550
0 commit comments