diff options
author | Fred Drake <fdrake@acm.org> | 2004-05-12 03:20:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-05-12 03:20:37 (GMT) |
commit | 043fff088162c86f410fa2847e04d68a5213129f (patch) | |
tree | ddd97d9bdc21b114f54504d6a35d79abd2f3bc20 | |
parent | 09659fbe690adf6d022daed7d02016b8ff756d41 (diff) | |
download | cpython-043fff088162c86f410fa2847e04d68a5213129f.zip cpython-043fff088162c86f410fa2847e04d68a5213129f.tar.gz cpython-043fff088162c86f410fa2847e04d68a5213129f.tar.bz2 |
minor wording cleanup
-rw-r--r-- | Doc/api/exceptions.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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}} |