We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20be4a1 commit e8404f4Copy full SHA for e8404f4
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