summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libthread.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-07-09 12:41:55 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-07-09 12:41:55 (GMT)
commita4d2b869b9d582abcad178d930374a26a6e743fb (patch)
treea00ffe7820df9ef7fcac580b95f69728c80e0d67 /Doc/lib/libthread.tex
parentad30fa03a4d8dc163141a5e73be52760f15864c0 (diff)
downloadcpython-a4d2b869b9d582abcad178d930374a26a6e743fb.zip
cpython-a4d2b869b9d582abcad178d930374a26a6e743fb.tar.gz
cpython-a4d2b869b9d582abcad178d930374a26a6e743fb.tar.bz2
Add versionadded. Remove duplicate "to"
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r--Doc/lib/libthread.tex3
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}{}