]> granicus.if.org Git - python/commitdiff
Add versionadded. Remove duplicate "to"
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 9 Jul 2003 12:41:55 +0000 (12:41 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 9 Jul 2003 12:41:55 +0000 (12:41 +0000)
Doc/lib/libthread.tex

index d2a34a1856ac5717ee6f5dd6d8f7f2e35a64b7c3..052867fc50d4aa4d5fd2f84f1c5f36ef37c939f0 100644 (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}{}