Add versionadded. Remove duplicate "to"

This commit is contained in:
Neal Norwitz 2003-07-09 12:41:55 +00:00
parent ad30fa03a4
commit a4d2b869b9
1 changed files with 2 additions and 1 deletions

View File

@ -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}{}