summaryrefslogtreecommitdiffstats
path: root/Doc/api/exceptions.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-05-12 03:20:37 (GMT)
committerFred Drake <fdrake@acm.org>2004-05-12 03:20:37 (GMT)
commit043fff088162c86f410fa2847e04d68a5213129f (patch)
treeddd97d9bdc21b114f54504d6a35d79abd2f3bc20 /Doc/api/exceptions.tex
parent09659fbe690adf6d022daed7d02016b8ff756d41 (diff)
downloadcpython-043fff088162c86f410fa2847e04d68a5213129f.zip
cpython-043fff088162c86f410fa2847e04d68a5213129f.tar.gz
cpython-043fff088162c86f410fa2847e04d68a5213129f.tar.bz2
minor wording cleanup
Diffstat (limited to 'Doc/api/exceptions.tex')
-rw-r--r--Doc/api/exceptions.tex2
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}}