Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fea2e6

Browse files
committed
Issue #10885: Fix multiprocessing docs typo
1 parent d79210a commit 8fea2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

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

868868
.. class:: Semaphore([value])
869869

870-
A bounded semaphore object: a clone of :class:`threading.Semaphore`.
870+
A semaphore object: a clone of :class:`threading.Semaphore`.
871871

872872
.. note::
873873

0 commit comments

Comments
 (0)