mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Correct comment; -c is off by default.
This commit is contained in:
parent
9231c8f176
commit
e6fcd33179
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# This actually tokenizes the files (to some extent) so it can
|
# This actually tokenizes the files (to some extent) so it can
|
||||||
# avoid making substitutions inside strings or comments.
|
# avoid making substitutions inside strings or comments.
|
||||||
# Inside strings, substitutions are never made; inside 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,
|
# The substitutions are read from one or more files whose lines,
|
||||||
# when not empty, after stripping comments starting with #,
|
# when not empty, after stripping comments starting with #,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue