From: Greg Ward Date: Sun, 28 May 2000 20:29:48 +0000 (+0000) Subject: Typo fix in comment. X-Git-Tag: v2.0b1~1647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9581144329e39787b1f584dc575b78f099710595;p=thirdparty%2FPython%2Fcpython.git Typo fix in comment. --- diff --git a/Include/Python.h b/Include/Python.h index 41d0eecccab2..17765147bb01 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -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