From 070f050c3aaf8b67477426afd40465122d749906 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Mon, 31 Jan 2011 19:41:53 +0000 Subject: 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 ........ --- Doc/library/threading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 7d5370d..fb18809 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -268,7 +268,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() -- cgit v0.12