summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/interpreter.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-11 17:56:28 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-11 17:56:28 (GMT)
commit3ae42726d4ba3a304d42f0c7df039de777a678bb (patch)
tree3d8acaf7da7eee198268a83172aa959ba2a2c844 /Doc/tutorial/interpreter.rst
parentbc18532eee4098bd57805d021b53fba618428d15 (diff)
parent9fbfe15c86a079f03f54b20106cdefa402325330 (diff)
downloadcpython-3ae42726d4ba3a304d42f0c7df039de777a678bb.zip
cpython-3ae42726d4ba3a304d42f0c7df039de777a678bb.tar.gz
cpython-3ae42726d4ba3a304d42f0c7df039de777a678bb.tar.bz2
Merge minor doc change from 3.2
Diffstat (limited to 'Doc/tutorial/interpreter.rst')
-rw-r--r--Doc/tutorial/interpreter.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index eeddf76..4b83170 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -169,6 +169,8 @@ also be ``.pyw``, in that case, the console window that normally appears is
suppressed.
+.. _tut-source-encoding:
+
Source Code Encoding
--------------------