]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo
authorGuido van Rossum <guido@python.org>
Fri, 20 Jan 1995 16:58:43 +0000 (16:58 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Jan 1995 16:58:43 +0000 (16:58 +0000)
Parser/intrcheck.c

index 827fcdd2aadfc56debe6471a7d6be6fc4fe5d496..aab940c0b959941fbe9d7f479ffe92c1c86bde7e 100644 (file)
@@ -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