Skip to content

Commit

Permalink
asyncio.Barrier docs: Fix typo (python#93371)
Browse files Browse the repository at this point in the history
taks -> tasks
  • Loading branch information
thedrow authored Jun 6, 2022
1 parent 80a39da commit 8584981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ Barrier

Put the barrier into a broken state. This causes any active or future
calls to :meth:`wait` to fail with the :class:`BrokenBarrierError`.
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
waiting tasks.

.. attribute:: parties
Expand Down

0 comments on commit 8584981

Please sign in to comment.