mirror of
https://github.com/python/cpython.git
synced 2025-11-09 14:06:30 +00:00
minor wording cleanup
This commit is contained in:
parent
09659fbe69
commit
043fff0881
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ for each thread.
|
||||||
\end{cfuncdesc}
|
\end{cfuncdesc}
|
||||||
|
|
||||||
\begin{cfuncdesc}{void}{PyErr_SetInterrupt}{}
|
\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
|
\constant{SIGINT}\ttindex{SIGINT} signal arriving --- the next time
|
||||||
\cfunction{PyErr_CheckSignals()} is called,
|
\cfunction{PyErr_CheckSignals()} is called,
|
||||||
\withsubitem{(built-in exception)}{\ttindex{KeyboardInterrupt}}
|
\withsubitem{(built-in exception)}{\ttindex{KeyboardInterrupt}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue