Merge with 3.2

This commit is contained in:
Ross Lagerwall 2011-03-14 10:42:24 +02:00
commit 41b1228525
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,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::