]> granicus.if.org Git - python/commitdiff
#11083 typo: RuntimeException -> RuntimeError
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 31 Jan 2011 19:35:02 +0000 (19:35 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 31 Jan 2011 19:35:02 +0000 (19:35 +0000)
Doc/library/threading.rst

index f50c2acb752a85d778512c14a249e570b3335adf..5f1b9bfb065cd67fd001bf763e2d3d01b7272bc2 100644 (file)
@@ -284,7 +284,7 @@ impossible to detect the termination of alien threads.
       It must be called at most once per thread object.  It arranges for the
       object's :meth:`run` method to be invoked in a separate thread of control.
 
-      This method will raise a :exc:`RuntimeException` if called more than once
+      This method will raise a :exc:`RuntimeError` if called more than once
       on the same thread object.
 
    .. method:: run()