diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-06-11 19:56:28 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-06-11 19:56:28 +0200 |
| commit | 3ae42726d4ba3a304d42f0c7df039de777a678bb (patch) | |
| tree | 3d8acaf7da7eee198268a83172aa959ba2a2c844 /Doc/tutorial/interpreter.rst | |
| parent | bc18532eee4098bd57805d021b53fba618428d15 (diff) | |
| parent | 9fbfe15c86a079f03f54b20106cdefa402325330 (diff) | |
| download | cpython-git-3ae42726d4ba3a304d42f0c7df039de777a678bb.tar.gz | |
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 eeddf766dd..4b83170bd7 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 -------------------- |
