https://hg.python.org/cpython/rev/b3df5bb1cd14 changeset: 94528:b3df5bb1cd14 branch: 2.7 parent: 94523:7b74c65758ca user: Ned Deily <nad at acm.org> date: Fri Feb 06 15:41:27 2015 +1100 summary: Fix missing :ref: for idle in doc build. files: Doc/library/idle.rst | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst --- 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 <guido at Python.org> IDLE is the Python IDE built with the :mod:`tkinter` GUI toolkit. -- Repository URL: https://hg.python.org/cpython