summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/asyncio-sync.rst2
1 files changed, 1 insertions, 1 deletions
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