]> granicus.if.org Git - python/commitdiff
Clarify section about source code encoding.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:24:48 +0000 (11:24 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:24:48 +0000 (11:24 +0200)
Doc/tutorial/interpreter.rst

index 25380e48a7b81e98e329592ed40e02c1c3854af5..5140b4338484d004e591222522a1c672bdddd2f0 100644 (file)
@@ -185,8 +185,8 @@ encodings can be found in the Python Library Reference, in the section on
 
 For example, to write Unicode literals including the Euro currency symbol, the
 ISO-8859-15 encoding can be used, with the Euro symbol having the ordinal value
-164.  This script will print the value 8364 (the Unicode codepoint corresponding
-to the Euro symbol) and then exit::
+164.  This script, when saved in the ISO-8859-15 encoding, will print the value
+8364 (the Unicode codepoint corresponding to the Euro symbol) and then exit::
 
    # -*- coding: iso-8859-15 -*-