summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-20 16:58:43 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-20 16:58:43 (GMT)
commitbadadd216579e625f6bd94363414ed872aa62cfc (patch)
treee22bb0d06cbc31edb95498754fc2100d876e7f95 /Parser
parente9c6bcd81381516f252be79ac71e61034a8d0c4e (diff)
downloadcpython-badadd216579e625f6bd94363414ed872aa62cfc.zip
cpython-badadd216579e625f6bd94363414ed872aa62cfc.tar.gz
cpython-badadd216579e625f6bd94363414ed872aa62cfc.tar.bz2
typo
Diffstat (limited to 'Parser')
-rw-r--r--Parser/intrcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c
index 827fcdd..aab940c 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -166,7 +166,7 @@ intrcheck()
/* intrpeek() is like intrcheck(), but it doesn't flush the events. The
** idea is that you call intrpeek() somewhere in a busy-wait loop, and return
-** None as soon as it returns 0. The mainloop will then pick up the cmd-. soon
+** None as soon as it returns 1. The mainloop will then pick up the cmd-. soon
** thereafter.
*/
int