From 8584981a5894ba79fbabbfe7e3ef37ba6f3c2f14 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 6 Jun 2022 17:39:51 +0300 Subject: asyncio.Barrier docs: Fix typo (#93371) taks -> tasks --- Doc/library/asyncio-sync.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst index 141733e..39c666e 100644 --- a/Doc/library/asyncio-sync.rst +++ b/Doc/library/asyncio-sync.rst @@ -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 -- cgit v0.12