Author: brian.curtin Date: Mon Jan 31 20:35:02 2011 New Revision: 88281 Log: #11083 typo: RuntimeException -> RuntimeError Modified: python/branches/py3k/Doc/library/threading.rst Modified: python/branches/py3k/Doc/library/threading.rst ============================================================================== --- python/branches/py3k/Doc/library/threading.rst (original) +++ python/branches/py3k/Doc/library/threading.rst Mon Jan 31 20:35:02 2011 @@ -284,7 +284,7 @@ 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()
participants (1)
-
brian.curtin