diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-11 08:34:19 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-11 08:34:19 (GMT) |
commit | 9fbfe15c86a079f03f54b20106cdefa402325330 (patch) | |
tree | e011bb2f9831c489d78d3538b9bf4c3944d2b359 /Doc/tutorial | |
parent | 49e7bb9ea043069891692fedbcabbbd78219a481 (diff) | |
download | cpython-9fbfe15c86a079f03f54b20106cdefa402325330.zip cpython-9fbfe15c86a079f03f54b20106cdefa402325330.tar.gz cpython-9fbfe15c86a079f03f54b20106cdefa402325330.tar.bz2 |
Add missing reST target to one heading in the tutorial
Diffstat (limited to 'Doc/tutorial')
-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 8d743de..29afc50 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 -------------------- |