diff options
author | Guido van Rossum <guido@python.org> | 1995-01-20 16:58:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-20 16:58:43 (GMT) |
commit | badadd216579e625f6bd94363414ed872aa62cfc (patch) | |
tree | e22bb0d06cbc31edb95498754fc2100d876e7f95 /Parser/intrcheck.c | |
parent | e9c6bcd81381516f252be79ac71e61034a8d0c4e (diff) | |
download | cpython-badadd216579e625f6bd94363414ed872aa62cfc.zip cpython-badadd216579e625f6bd94363414ed872aa62cfc.tar.gz cpython-badadd216579e625f6bd94363414ed872aa62cfc.tar.bz2 |
typo
Diffstat (limited to 'Parser/intrcheck.c')
-rw-r--r-- | Parser/intrcheck.c | 2 |
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 |