Skip to content

Commit 8584981

Browse files
author
Omer Katz
authored
asyncio.Barrier docs: Fix typo (#93371)
taks -> tasks
1 parent 80a39da commit 8584981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Barrier
429429

430430
Put the barrier into a broken state. This causes any active or future
431431
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
432+
Use this for example if one of the tasks needs to abort, to avoid infinite
433433
waiting tasks.
434434

435435
.. attribute:: parties

0 commit comments

Comments
 (0)