From: Fred Drake Date: Wed, 12 May 2004 03:20:37 +0000 (+0000) Subject: minor wording cleanup X-Git-Tag: v2.4a1~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=043fff088162c86f410fa2847e04d68a5213129f;p=python minor wording cleanup --- diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index 3a51a05bf5..5236a72c10 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}}