https://github.com/python/cpython/commit/4e96282ee42ab51cf325b52a0173ddddbe66c05c
commit: 4e96282ee42ab51cf325b52a0173ddddbe66c05c
branch: main
author: trag1c <[email protected]>
committer: picnixz <[email protected]>
date: 2026-03-16T20:55:29+01:00
summary:

Docs: remove unmatched parenthesis for `asyncio.TaskGroup` note (#146035)

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 1b7c8ff0c762a6..e2a6752be12b67 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -557,7 +557,7 @@ Running Tasks Concurrently
       provides stronger safety guarantees than *gather* for scheduling a 
nesting of subtasks:
       if a task (or a subtask, a task scheduled by a task)
       raises an exception, *TaskGroup* will, while *gather* will not,
-      cancel the remaining scheduled tasks).
+      cancel the remaining scheduled tasks.
 
    .. _asyncio_example_gather:
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to