summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cc40a2a..166f2f4 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -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::