From b8a181f4ae167e4eda60f585a536240764151cf7 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 23 Aug 2018 18:50:00 -0700 Subject: Fix typo in asyncio.BoundedSemaphore docs (GH-8882) semapthores -> semaphores --- 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 3e574f4..574f70f 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 `. -- cgit v0.12