[Python-checkins] r45989 - python/branches/release24-maint/Doc/lib/libthread.tex

george.yoshida python-checkins at python.org
Sat May 13 08:56:39 CEST 2006


Author: george.yoshida
Date: Sat May 13 08:56:38 2006
New Revision: 45989

Modified:
   python/branches/release24-maint/Doc/lib/libthread.tex
Log:
Add \exception markup


Modified: python/branches/release24-maint/Doc/lib/libthread.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libthread.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libthread.tex	Sat May 13 08:56:38 2006
@@ -44,8 +44,8 @@
 \end{funcdesc}
 
 \begin{funcdesc}{interrupt_main}{}
-Raise a KeyboardInterrupt in the main thread.  A subthread can use this
-function to interrupt the main thread.
+Raise a \exception{KeyboardInterrupt} exception in the main thread.  A subthread
+can use this function to interrupt the main thread.
 \versionadded{2.3}
 \end{funcdesc}
 


More information about the Python-checkins mailing list