]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix in comment.
authorGreg Ward <gward@python.net>
Sun, 28 May 2000 20:29:48 +0000 (20:29 +0000)
committerGreg Ward <gward@python.net>
Sun, 28 May 2000 20:29:48 +0000 (20:29 +0000)
Include/Python.h

index 41d0eecccab2c785b553b7937d4193cf14940256..17765147bb012610e2695b40526056f23a5c25fe 100644 (file)
@@ -122,7 +122,7 @@ PERFORMANCE OF THIS SOFTWARE.
 
 #include "pyfpe.h"
 
-/* These definitions much match corresponding definitions in graminit.h.
+/* These definitions must match corresponding definitions in graminit.h.
    There's code in compile.c that checks that they are the same. */
 #define Py_single_input 256
 #define Py_file_input 257