summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-04-17 01:50:25 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-04-17 01:50:25 (GMT)
commit16b8c619cdbfaabae1e2a07cf02c3f5f758ef7ad (patch)
tree3f42114b9960cb5beaebdec6fcc3a5d34e1728c6 /Doc
parent67d8dc1f58452063e417b2cb2cfadd2fa12103d5 (diff)
parentf7f981829bd723ba9275e25238acb5472e51f507 (diff)
downloadcpython-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.rst2
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