Skip to content
Snippets Groups Projects
Unverified Commit 8584981a authored by Omer Katz's avatar Omer Katz Committed by GitHub
Browse files

asyncio.Barrier docs: Fix typo (#93371)

taks -> tasks
parent 80a39dae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment