Commit a4d2b869 authored by Neal Norwitz's avatar Neal Norwitz

Add versionadded. Remove duplicate "to"

parent ad30fa03
...@@ -45,7 +45,8 @@ then the thread exits (but other threads continue to run). ...@@ -45,7 +45,8 @@ then the thread exits (but other threads continue to run).
\begin{funcdesc}{interrupt_main}{} \begin{funcdesc}{interrupt_main}{}
Raise a KeyboardInterrupt in the main thread. A subthread can use this 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} \end{funcdesc}
\begin{funcdesc}{exit}{} \begin{funcdesc}{exit}{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment