From 043fff088162c86f410fa2847e04d68a5213129f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 12 May 2004 03:20:37 +0000 Subject: minor wording cleanup --- Doc/api/exceptions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index 3a51a05..5236a72 100644 --- a/Doc/api/exceptions.tex +++ b/Doc/api/exceptions.tex @@ -299,7 +299,7 @@ for each thread. \end{cfuncdesc} \begin{cfuncdesc}{void}{PyErr_SetInterrupt}{} - It simulates the effect of a + This function simulates the effect of a \constant{SIGINT}\ttindex{SIGINT} signal arriving --- the next time \cfunction{PyErr_CheckSignals()} is called, \withsubitem{(built-in exception)}{\ttindex{KeyboardInterrupt}} -- cgit v0.12