Commit b8a181f4 authored by Jelle Zijlstra's avatar Jelle Zijlstra Committed by Mariatta

Fix typo in asyncio.BoundedSemaphore docs (GH-8882)

semapthores -> semaphores
parent 096329f0
......@@ -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 <async-with-locks>`.
This class is :ref:`not thread safe <asyncio-multithreading>`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment