diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-04-17 01:50:25 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-04-17 01:50:25 (GMT) |
commit | 16b8c619cdbfaabae1e2a07cf02c3f5f758ef7ad (patch) | |
tree | 3f42114b9960cb5beaebdec6fcc3a5d34e1728c6 /Doc | |
parent | 67d8dc1f58452063e417b2cb2cfadd2fa12103d5 (diff) | |
parent | f7f981829bd723ba9275e25238acb5472e51f507 (diff) | |
download | cpython-16b8c619cdbfaabae1e2a07cf02c3f5f758ef7ad.zip cpython-16b8c619cdbfaabae1e2a07cf02c3f5f758ef7ad.tar.gz cpython-16b8c619cdbfaabae1e2a07cf02c3f5f758ef7ad.tar.bz2 |
Merge: #18628: clarify index entry for source file encoding declaration.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/reference/lexical_analysis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 0ed3d3b..6617c3b 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -76,7 +76,7 @@ are ignored by the syntax; they are not tokens. Encoding declarations --------------------- -.. index:: source character set, encodings +.. index:: source character set, encoding declarations (source file) If a comment in the first or second line of the Python script matches the regular expression ``coding[=:]\s*([-\w.]+)``, this comment is processed as an |