minor wording cleanup

This commit is contained in:
Fred Drake 2004-05-12 03:20:37 +00:00
parent 09659fbe69
commit 043fff0881

View file

@ -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}}