diff options
author | Guido van Rossum <guido@python.org> | 1997-05-15 21:51:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-15 21:51:16 (GMT) |
commit | e6fcd331791f591fc58c2c756e2fc54c61a85fbe (patch) | |
tree | 2623d41d2493e89eb2cc2721de4194b0f3acc639 /Tools/scripts | |
parent | 9231c8f1760b6748b3374410a012ee85b8ba74e4 (diff) | |
download | cpython-e6fcd331791f591fc58c2c756e2fc54c61a85fbe.zip cpython-e6fcd331791f591fc58c2c756e2fc54c61a85fbe.tar.gz cpython-e6fcd331791f591fc58c2c756e2fc54c61a85fbe.tar.bz2 |
Correct comment; -c is off by default.
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/fixcid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/fixcid.py b/Tools/scripts/fixcid.py index 4c4d585..cf0ec16 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 #, |