From: Ross Lagerwall Date: Mon, 14 Mar 2011 08:43:36 +0000 (+0200) Subject: Issue #10885: Fix multiprocessing docs typo X-Git-Tag: v2.7.2rc1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3ed3f03d75c416010da73bc4d5ad1e3e8f28d19;p=python Issue #10885: Fix multiprocessing docs typo --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index f4e4a8e57e..26d0b3d0e4 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::