]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix duplicated words in the 'Coroutines and tasks' documentation (#153880)
authorMichael Newman <michael.newman@avalabs.org>
Sat, 18 Jul 2026 07:22:45 +0000 (03:22 -0400)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 07:22:45 +0000 (09:22 +0200)
Doc/library/asyncio-task.rst

index d0cd241e42db268c5542d5f18c455a82761a30a3..86b8c5aa34d2fe945d64ab827b74e28f12a2cade 100644 (file)
@@ -377,7 +377,7 @@ and reliable way to wait for all tasks in the group to finish.
 
       * call it from the task group body based on some condition or event
       * pass the task group instance to child tasks via :meth:`create_task`, allowing a child
-        task to conditionally cancel the entire entire group
+        task to conditionally cancel the entire group
       * pass the task group instance or bound :meth:`cancel` method to some other task *before*
         opening the task group, allowing remote cancellation