From: Ned Deily Date: Fri, 6 Feb 2015 04:41:27 +0000 (+1100) Subject: Fix missing :ref: for idle in doc build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0944c94e052711c62280e8737e57070e3f29e82;p=python Fix missing :ref: for idle in doc build. --- diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index bc4a791ed2..c842b2639c 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.