Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7f9818

Browse files
committed
#18628: clarify index entry for source file encoding declaration.
Patch by Sam Lucidi.
1 parent fa873f6 commit f7f9818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ are ignored by the syntax; they are not tokens.
7676
Encoding declarations
7777
---------------------
7878

79-
.. index:: source character set, encodings
79+
.. index:: source character set, encoding declarations (source file)
8080

8181
If a comment in the first or second line of the Python script matches the
8282
regular expression ``coding[=:]\s*([-\w.]+)``, this comment is processed as an

0 commit comments

Comments
 (0)