From: Éric Araujo Date: Sat, 11 Jun 2011 08:34:19 +0000 (+0200) Subject: Add missing reST target to one heading in the tutorial X-Git-Tag: v3.3.0a1~2128^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fbfe15c86a079f03f54b20106cdefa402325330;p=python Add missing reST target to one heading in the tutorial --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 8d743de34f..29afc50ea2 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 --------------------