From: Ned Deily Date: Fri, 6 Feb 2015 04:42:06 +0000 (+1100) Subject: Fix missing :ref: for idle in doc build. X-Git-Tag: v3.4.3rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50afcc09acf6f51a37261a4542df521f8eafabea;p=thirdparty%2FPython%2Fcpython.git Fix missing :ref: for idle in doc build. --- diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index bc4a791ed2e0..c842b2639cc9 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -1,13 +1,13 @@ .. _idle: +IDLE +==== + .. index:: single: IDLE single: Python Editor single: Integrated Development Environment -IDLE -==== - .. moduleauthor:: Guido van Rossum IDLE is the Python IDE built with the :mod:`tkinter` GUI toolkit.