Skip to content

Commit 53cb0b8

Browse files
authored
Drop unmatched parenthesis for asyncio.TaskGroup note
1 parent ae1b307 commit 53cb0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Running Tasks Concurrently
557557
provides stronger safety guarantees than *gather* for scheduling a nesting of subtasks:
558558
if a task (or a subtask, a task scheduled by a task)
559559
raises an exception, *TaskGroup* will, while *gather* will not,
560-
cancel the remaining scheduled tasks).
560+
cancel the remaining scheduled tasks.
561561

562562
.. _asyncio_example_gather:
563563

0 commit comments

Comments
 (0)