From: Éric Araujo Date: Fri, 29 Jul 2011 09:35:27 +0000 (+0200) Subject: Add missing reST target to one heading in the tutorial X-Git-Tag: v2.7.3rc1~564^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec464cf9bb27380f6e351a9fe4d5b52c9b4a12af;p=thirdparty%2FPython%2Fcpython.git Add missing reST target to one heading in the tutorial --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index df93af20e91c..0cdba6e6e745 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 --------------------