mirror of https://github.com/python/cpython
Issue #10885: Fix multiprocessing docs typo
This commit is contained in:
parent
8c76c53019
commit
a3ed3f03d7
|
@ -869,7 +869,7 @@ object -- see :ref:`multiprocessing-managers`.
|
|||
|
||||
.. class:: Semaphore([value])
|
||||
|
||||
A bounded semaphore object: a clone of :class:`threading.Semaphore`.
|
||||
A semaphore object: a clone of :class:`threading.Semaphore`.
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Reference in New Issue