Merge: #18628: clarify index entry for source file encoding declaration.

This commit is contained in:
R David Murray 2014-04-16 21:50:25 -04:00
commit 16b8c619cd
1 changed files with 1 additions and 1 deletions

View File

@ -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