Fix duplicated words in the 'Coroutines and tasks' documentation (GH-153880)
(cherry picked from commit
cffcee4d1bc9d49b5b45e2e792dd8aea7b6c65eb)
Co-authored-by: Michael Newman <michael.newman@avalabs.org>
* 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