From badadd216579e625f6bd94363414ed872aa62cfc Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 20 Jan 1995 16:58:43 +0000 Subject: typo --- Parser/intrcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12