Issue #10885: Fix multiprocessing docs typo
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index f4e4a8e..26d0b3d 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -869,7 +869,7 @@
 
 .. class:: Semaphore([value])
 
-   A bounded semaphore object: a clone of :class:`threading.Semaphore`.
+   A semaphore object: a clone of :class:`threading.Semaphore`.
 
 .. note::