diff options
author | Guido van Rossum <guido@python.org> | 1991-08-16 08:57:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-08-16 08:57:40 (GMT) |
commit | 670690e2aad728aeac7d9fd496002e4b3b49a159 (patch) | |
tree | 9c64fcde7693b083fc92f9cbf6da979e70cc5c29 /Modules | |
parent | df62e44f38fdc20fa8443be5d1c3a91377a009a8 (diff) | |
download | cpython-670690e2aad728aeac7d9fd496002e4b3b49a159.zip cpython-670690e2aad728aeac7d9fd496002e4b3b49a159.tar.gz cpython-670690e2aad728aeac7d9fd496002e4b3b49a159.tar.bz2 |
Reflect changed file name in comments.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/cgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cgen.py b/Modules/cgen.py index 1e345d1..f1e8b63 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py @@ -1,5 +1,5 @@ # Python script to parse cstubs file for gl and generate C stubs. -# usage: python cgen <cstubs >glmodule.c +# usage: python cgen.py <cstubs >glmodule.c # # XXX BUG return arrays generate wrong code # XXX need to change error returns into gotos to free mallocked arrays |