Merged revisions 88281 via svnmerge from

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
........
This commit is contained in:
Brian Curtin 2011-01-31 19:55:14 +00:00
parent 60651535c9
commit 37c4a723a4
1 changed files with 1 additions and 1 deletions

View 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 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. 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. on the same thread object.
.. method:: run() .. method:: run()