From dd967efae997b0cc2a616310835d3c4ca3682fc9 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 16 Apr 2014 21:57:38 -0400 Subject: [PATCH] #18628: clarify index entry for source file encoding declaration. --- Doc/reference/lexical_analysis.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 2f31c853f5..52a09a895c 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -104,9 +104,7 @@ are ignored by the syntax; they are not tokens. Encoding declarations --------------------- -.. index:: - single: source character set - single: 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 -- 2.50.1