commit | a4d2b869b9d582abcad178d930374a26a6e743fb | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Jul 09 12:41:55 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Jul 09 12:41:55 2003 +0000 |
tree | a00ffe7820df9ef7fcac580b95f69728c80e0d67 | |
parent | ad30fa03a4d8dc163141a5e73be52760f15864c0 [diff] [blame] |
Add versionadded. Remove duplicate "to"
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 @@ \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}{}