1 parent 0983642 commit cffcee4Copy full SHA for cffcee4
1 file changed
Doc/library/asyncio-task.rst
@@ -377,7 +377,7 @@ and reliable way to wait for all tasks in the group to finish.
377
378
* call it from the task group body based on some condition or event
379
* pass the task group instance to child tasks via :meth:`create_task`, allowing a child
380
- task to conditionally cancel the entire entire group
+ task to conditionally cancel the entire group
381
* pass the task group instance or bound :meth:`cancel` method to some other task *before*
382
opening the task group, allowing remote cancellation
383
0 commit comments