Skip to content

Commit a3ed3f0

Browse files
committed
Issue #10885: Fix multiprocessing docs typo
1 parent 8c76c53 commit a3ed3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ object -- see :ref:`multiprocessing-managers`.
869869

870870
.. class:: Semaphore([value])
871871

872-
A bounded semaphore object: a clone of :class:`threading.Semaphore`.
872+
A semaphore object: a clone of :class:`threading.Semaphore`.
873873

874874
.. note::
875875

0 commit comments

Comments
 (0)