summaryrefslogtreecommitdiffstats
path: root/Modules/cgen.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-08-16 08:57:40 (GMT)
committerGuido van Rossum <guido@python.org>1991-08-16 08:57:40 (GMT)
commit670690e2aad728aeac7d9fd496002e4b3b49a159 (patch)
tree9c64fcde7693b083fc92f9cbf6da979e70cc5c29 /Modules/cgen.py
parentdf62e44f38fdc20fa8443be5d1c3a91377a009a8 (diff)
downloadcpython-670690e2aad728aeac7d9fd496002e4b3b49a159.zip
cpython-670690e2aad728aeac7d9fd496002e4b3b49a159.tar.gz
cpython-670690e2aad728aeac7d9fd496002e4b3b49a159.tar.bz2
Reflect changed file name in comments.
Diffstat (limited to 'Modules/cgen.py')
-rw-r--r--Modules/cgen.py2
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