Skip to content

Commit e8404f4

Browse files
miss-islingtonOmer Katz
and
Omer Katz
authored
asyncio.Barrier docs: Fix typo (GH-93371)
taks -> tasks (cherry picked from commit 8584981) Co-authored-by: Omer Katz <[email protected]>
1 parent 20be4a1 commit e8404f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

+1-1
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)