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 9743d88 commit e050831Copy full SHA for e050831
1 file changed
Doc/library/asyncio-task.rst
@@ -557,7 +557,7 @@ Running Tasks Concurrently
557
provides stronger safety guarantees than *gather* for scheduling a nesting of subtasks:
558
if a task (or a subtask, a task scheduled by a task)
559
raises an exception, *TaskGroup* will, while *gather* will not,
560
- cancel the remaining scheduled tasks).
+ cancel the remaining scheduled tasks.
561
562
.. _asyncio_example_gather:
563
0 commit comments