diff options
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) |
commit | 3ae42726d4ba3a304d42f0c7df039de777a678bb (patch) | |
tree | 3d8acaf7da7eee198268a83172aa959ba2a2c844 /Doc/tutorial/interpreter.rst | |
parent | bc18532eee4098bd57805d021b53fba618428d15 (diff) | |
parent | 9fbfe15c86a079f03f54b20106cdefa402325330 (diff) | |
download | cpython-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.rst | 2 |
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 -------------------- |