Issue #14502: merge with 3.2

This commit is contained in:
Sandro Tosi 2012-04-05 22:53:21 +02:00
parent 02184282c7
commit 5d1c2f0702
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ All methods are executed atomically.
are blocked waiting for the lock to become unlocked, allow exactly one of them
to proceed.
Do not call this method when the lock is unlocked.
When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
There is no return value.