]> granicus.if.org Git - python/commitdiff
Merged revisions 88281 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 31 Jan 2011 19:55:14 +0000 (19:55 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 31 Jan 2011 19:55:14 +0000 (19:55 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88281 | brian.curtin | 2011-01-31 13:35:02 -0600 (Mon, 31 Jan 2011) | 2 lines

  #11083 typo: RuntimeException -> RuntimeError
........

Doc/library/threading.rst

index 076651192c89f1e33646c1e66c0b6c60549d2a81..0b4634934291c397e109dd68285442b46b5c5286 100644 (file)
@@ -290,7 +290,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()