diff options
author | Guido van Rossum <guido@python.org> | 1995-01-20 16:58:43 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-20 16:58:43 +0000 |
commit | badadd216579e625f6bd94363414ed872aa62cfc (patch) | |
tree | e22bb0d06cbc31edb95498754fc2100d876e7f95 | |
parent | e9c6bcd81381516f252be79ac71e61034a8d0c4e (diff) | |
download | cpython-git-badadd216579e625f6bd94363414ed872aa62cfc.tar.gz |
typo
-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 827fcdd2aa..aab940c0b9 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 |