[Python-checkins] cpython (3.1): Issue #10885: Fix multiprocessing docs typo

ross.lagerwall python-checkins at python.org
Mon Mar 14 09:52:06 CET 2011


http://hg.python.org/cpython/rev/5dabfc3e4dd5
changeset:   68439:5dabfc3e4dd5
branch:      3.1
parent:      68432:2b75ac7c9c12
user:        Ross Lagerwall <rosslagerwall at gmail.com>
date:        Mon Mar 14 10:40:15 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
@@ -867,7 +867,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


More information about the Python-checkins mailing list