]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reflect changed file name in comments.
authorGuido van Rossum <guido@python.org>
Fri, 16 Aug 1991 08:57:40 +0000 (08:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Aug 1991 08:57:40 +0000 (08:57 +0000)
Modules/cgen.py

index 1e345d1cec4a03a9b7c665b72b3a8cb5ed5c7055..f1e8b630b85356227a23df7f77a65bb4f60233de 100644 (file)
@@ -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