diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-13 06:53:31 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-13 06:53:31 (GMT) |
commit | 90df06e5e2cf839d94e54bad57e524dca2a3ec42 (patch) | |
tree | 16c595365ddda5a633fed4fe69e4107feeeda67b /Doc/lib/libthread.tex | |
parent | 2b161d90383f567ffc806aeb8c57fd47da311528 (diff) | |
download | cpython-90df06e5e2cf839d94e54bad57e524dca2a3ec42.zip cpython-90df06e5e2cf839d94e54bad57e524dca2a3ec42.tar.gz cpython-90df06e5e2cf839d94e54bad57e524dca2a3ec42.tar.bz2 |
Add \exception markup
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r-- | Doc/lib/libthread.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index 9e0c202..9573ab3 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} |