diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst index 3e574f41e80..574f70f069b 100644 --- a/Doc/library/asyncio-sync.rst +++ b/Doc/library/asyncio-sync.rst @@ -268,7 +268,7 @@ BoundedSemaphore This raises :exc:`ValueError` in :meth:`~Semaphore.release` if it would increase the value above the initial value. - Bounded semapthores support the :ref:`context management + Bounded semaphores support the :ref:`context management protocol `. This class is :ref:`not thread safe `.