From: Guido van Rossum Date: Thu, 15 May 1997 21:51:16 +0000 (+0000) Subject: Correct comment; -c is off by default. X-Git-Tag: v1.5a3~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6fcd331791f591fc58c2c756e2fc54c61a85fbe;p=python Correct comment; -c is off by default. --- diff --git a/Tools/scripts/fixcid.py b/Tools/scripts/fixcid.py index 4c4d5853e2..cf0ec16394 100755 --- a/Tools/scripts/fixcid.py +++ b/Tools/scripts/fixcid.py @@ -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 #,