diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-29 09:35:27 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-29 09:35:27 (GMT) |
commit | ec464cf9bb27380f6e351a9fe4d5b52c9b4a12af (patch) | |
tree | 59d8114a5844b961eb0d75b175bab35123383639 /Doc | |
parent | 8fde9506b73ff51753d7df799d1dba3b92101138 (diff) | |
download | cpython-ec464cf9bb27380f6e351a9fe4d5b52c9b4a12af.zip cpython-ec464cf9bb27380f6e351a9fe4d5b52c9b4a12af.tar.gz cpython-ec464cf9bb27380f6e351a9fe4d5b52c9b4a12af.tar.bz2 |
Add missing reST target to one heading in the tutorial
Diffstat (limited to 'Doc')
-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 df93af2..0cdba6e 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -166,6 +166,8 @@ also be ``.pyw``, in that case, the console window that normally appears is suppressed. +.. _tut-source-encoding: + Source Code Encoding -------------------- |