From ec464cf9bb27380f6e351a9fe4d5b52c9b4a12af Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Fri, 29 Jul 2011 11:35:27 +0200 Subject: [PATCH] Add missing reST target to one heading in the tutorial --- Doc/tutorial/interpreter.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index df93af20e9..0cdba6e6e7 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 -------------------- -- 2.50.1