Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a39da commit 8584981Copy full SHA for 8584981
1 file changed
Doc/library/asyncio-sync.rst
@@ -429,7 +429,7 @@ Barrier
429
430
Put the barrier into a broken state. This causes any active or future
431
calls to :meth:`wait` to fail with the :class:`BrokenBarrierError`.
432
- Use this for example if one of the taks needs to abort, to avoid infinite
+ Use this for example if one of the tasks needs to abort, to avoid infinite
433
waiting tasks.
434
435
.. attribute:: parties
0 commit comments