mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add versionadded. Remove duplicate "to"
This commit is contained in:
parent
ad30fa03a4
commit
a4d2b869b9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue