From: Ross Lagerwall Date: Mon, 14 Mar 2011 08:40:15 +0000 (+0200) Subject: Issue #10885: Fix multiprocessing docs typo X-Git-Tag: v3.2.1b1~312^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fea2e6a502b9fb13905e5657a06f14c1afd0c24;p=thirdparty%2FPython%2Fcpython.git Issue #10885: Fix multiprocessing docs typo --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index f2802236e8d3..24f7185aa180 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::