summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index f280223..24f7185 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -867,7 +867,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::