Skip to content

Commit efe9ee3

Browse files
trag1cmiss-islington
authored andcommitted
Docs: remove unmatched parenthesis for asyncio.TaskGroup note (GH-146035)
(cherry picked from commit 4e96282) Co-authored-by: trag1c <dev@jakubr.me>
1 parent 9743d88 commit efe9ee3

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)