We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096329f commit b8a181fCopy full SHA for b8a181f
Doc/library/asyncio-sync.rst
@@ -268,7 +268,7 @@ BoundedSemaphore
268
This raises :exc:`ValueError` in :meth:`~Semaphore.release` if it would
269
increase the value above the initial value.
270
271
- Bounded semapthores support the :ref:`context management
+ Bounded semaphores support the :ref:`context management
272
protocol <async-with-locks>`.
273
274
This class is :ref:`not thread safe <asyncio-multithreading>`.
0 commit comments