Skip to content

Commit b8a181f

Browse files
JelleZijlstraMariatta
authored andcommitted
Fix typo in asyncio.BoundedSemaphore docs (pythonGH-8882)
semapthores -> semaphores
1 parent 096329f commit b8a181f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ BoundedSemaphore
268268
This raises :exc:`ValueError` in :meth:`~Semaphore.release` if it would
269269
increase the value above the initial value.
270270

271-
Bounded semapthores support the :ref:`context management
271+
Bounded semaphores support the :ref:`context management
272272
protocol <async-with-locks>`.
273273

274274
This class is :ref:`not thread safe <asyncio-multithreading>`.

0 commit comments

Comments
 (0)