diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-09 12:41:55 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-09 12:41:55 (GMT) |
commit | a4d2b869b9d582abcad178d930374a26a6e743fb (patch) | |
tree | a00ffe7820df9ef7fcac580b95f69728c80e0d67 /Doc | |
parent | ad30fa03a4d8dc163141a5e73be52760f15864c0 (diff) | |
download | cpython-a4d2b869b9d582abcad178d930374a26a6e743fb.zip cpython-a4d2b869b9d582abcad178d930374a26a6e743fb.tar.gz cpython-a4d2b869b9d582abcad178d930374a26a6e743fb.tar.bz2 |
Add versionadded. Remove duplicate "to"
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libthread.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index d2a34a1..052867f 100644 --- a/Doc/lib/libthread.tex +++ b/Doc/lib/libthread.tex @@ -45,7 +45,8 @@ then the thread exits (but other threads continue to run). \begin{funcdesc}{interrupt_main}{} Raise a KeyboardInterrupt in the main thread. A subthread can use this -function to to interrupt the main thread. +function to interrupt the main thread. +\versionadded{2.3} \end{funcdesc} \begin{funcdesc}{exit}{} |