]> granicus.if.org Git - python/commitdiff
Correct comment; -c is off by default.
authorGuido van Rossum <guido@python.org>
Thu, 15 May 1997 21:51:16 +0000 (21:51 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 May 1997 21:51:16 +0000 (21:51 +0000)
Tools/scripts/fixcid.py

index 4c4d5853e2971c8a4b75535bd84d61ab5a822633..cf0ec16394203883b1e59ad80cef972e29b33b3c 100755 (executable)
@@ -4,7 +4,7 @@
 # This actually tokenizes the files (to some extent) so it can
 # avoid making substitutions inside strings or comments.
 # Inside strings, substitutions are never made; inside comments,
-# it is a user option (on by default).
+# it is a user option (off by default).
 #
 # The substitutions are read from one or more files whose lines,
 # when not empty, after stripping comments starting with #,