Skip to content

Commit 294e563

Browse files
[3.15] Fix duplicated words in the 'Coroutines and tasks' documentation (GH-153880) (#153886)
Fix duplicated words in the 'Coroutines and tasks' documentation (GH-153880) (cherry picked from commit cffcee4) Co-authored-by: Michael Newman <michael.newman@avalabs.org>
1 parent e145355 commit 294e563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ and reliable way to wait for all tasks in the group to finish.
377377

378378
* call it from the task group body based on some condition or event
379379
* pass the task group instance to child tasks via :meth:`create_task`, allowing a child
380-
task to conditionally cancel the entire entire group
380+
task to conditionally cancel the entire group
381381
* pass the task group instance or bound :meth:`cancel` method to some other task *before*
382382
opening the task group, allowing remote cancellation
383383

0 commit comments

Comments
 (0)