From f7f981829bd723ba9275e25238acb5472e51f507 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 16 Apr 2014 21:48:04 -0400 Subject: [PATCH] #18628: clarify index entry for source file encoding declaration. Patch by Sam Lucidi. --- Doc/reference/lexical_analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 0ed3d3b9a70..6617c3b4551 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