https://hg.python.org/cpython/rev/b8078220a6b8 changeset: 94529:b8078220a6b8 branch: 3.4 parent: 94526:6384c0cd3b2d user: Ned Deily <nad at acm.org> date: Fri Feb 06 15:42:06 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