From: George Yoshida Date: Sat, 13 May 2006 06:56:38 +0000 (+0000) Subject: Add \exception markup X-Git-Tag: v2.4.4c1~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00aff3fed8b2454e86b2a1c354c10ed11492467;p=thirdparty%2FPython%2Fcpython.git Add \exception markup --- diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index 4914948d6fb9..f5cfe2b81892 100644 --- a/Doc/lib/libthread.tex +++ b/Doc/lib/libthread.tex @@ -44,8 +44,8 @@ then the thread exits (but other threads continue to run). \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}