summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d2a34a1856..052867fc50 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}{}