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

Patch by Sam Lucidi.
This commit is contained in:
R David Murray 2014-04-16 21:48:04 -04:00
parent fa873f66c6
commit f7f981829b
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