Issue #14502: it's RuntimeError on 3.3

This commit is contained in:
Sandro Tosi 2012-04-06 11:15:06 +02:00
parent 3861a322b9
commit f3be68e0a8

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 are blocked waiting for the lock to become unlocked, allow exactly one of them
to proceed. to proceed.
When invoked on an unlocked lock, a :exc:`ThreadError` is raised. When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
There is no return value. There is no return value.