http://hg.python.org/cpython/rev/b2ebe9f5faca changeset: 68442:b2ebe9f5faca branch: 2.7 parent: 68436:095f4a1a62ea user: Ross Lagerwall <rosslagerwall at gmail.com> date: Mon Mar 14 10:43:36 2011 +0200 summary: Issue #10885: Fix multiprocessing docs typo files: Doc/library/multiprocessing.rst diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst --- 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:: -- Repository URL: http://hg.python.org/cpython