Skip to content

Commit

Permalink
asyncio.Barrier docs: Fix typo (pythonGH-93371)
Browse files Browse the repository at this point in the history
taks -> tasks
(cherry picked from commit 8584981)

Co-authored-by: Omer Katz <[email protected]>
  • Loading branch information
thedrow authored and miss-islington committed Jun 6, 2022
1 parent 20be4a1 commit 7fbb431
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 7fbb431

Please sign in to comment.