Skip to content

Commit 1080852

Browse files
committed
Clarify section about source code encoding.
1 parent bea7fc9 commit 1080852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tutorial/interpreter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ encodings can be found in the Python Library Reference, in the section on
185185

186186
For example, to write Unicode literals including the Euro currency symbol, the
187187
ISO-8859-15 encoding can be used, with the Euro symbol having the ordinal value
188-
164. This script will print the value 8364 (the Unicode codepoint corresponding
189-
to the Euro symbol) and then exit::
188+
164. This script, when saved in the ISO-8859-15 encoding, will print the value
189+
8364 (the Unicode codepoint corresponding to the Euro symbol) and then exit::
190190

191191
# -*- coding: iso-8859-15 -*-
192192

0 commit comments

Comments
 (0)