diff options
author | Greg Ward <gward@python.net> | 2000-05-28 20:29:48 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-05-28 20:29:48 (GMT) |
commit | 9581144329e39787b1f584dc575b78f099710595 (patch) | |
tree | 6cc6148d748b14eefb3370e8a72955a3c1160e0b | |
parent | 4fb29e55f8f53e60b36eae3fbe56e9666aacc9c5 (diff) | |
download | cpython-9581144329e39787b1f584dc575b78f099710595.zip cpython-9581144329e39787b1f584dc575b78f099710595.tar.gz cpython-9581144329e39787b1f584dc575b78f099710595.tar.bz2 |
Typo fix in comment.
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 41d0eec..1776514 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 |