]> granicus.if.org Git - python/commitdiff
Issue #14502: it's RuntimeError on 3.3
authorSandro Tosi <sandro.tosi@gmail.com>
Fri, 6 Apr 2012 09:15:06 +0000 (11:15 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Fri, 6 Apr 2012 09:15:06 +0000 (11:15 +0200)
Doc/library/threading.rst

index 955fce2789bc089c5a0319c4bbbdb2c630e7f0ef..d2727319dca74b11a6fefb7a673a2ed41005000e 100644 (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.
 
-   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.