mirror of https://github.com/python/cpython
Add versionadded. Remove duplicate "to"
This commit is contained in:
parent
ad30fa03a4
commit
a4d2b869b9
|
@ -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}{}
|
||||
|
|
Loading…
Reference in New Issue