Kaydet (Commit) b8a181f4 authored tarafından Jelle Zijlstra's avatar Jelle Zijlstra Kaydeden (comit) Mariatta

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

semapthores -> semaphores
üst 096329f0
...@@ -268,7 +268,7 @@ BoundedSemaphore ...@@ -268,7 +268,7 @@ BoundedSemaphore
This raises :exc:`ValueError` in :meth:`~Semaphore.release` if it would This raises :exc:`ValueError` in :meth:`~Semaphore.release` if it would
increase the value above the initial value. 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>`. protocol <async-with-locks>`.
This class is :ref:`not thread safe <asyncio-multithreading>`. 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