summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-02-06 04:41:27 (GMT)
committerNed Deily <nad@acm.org>2015-02-06 04:41:27 (GMT)
commite0944c94e052711c62280e8737e57070e3f29e82 (patch)
tree8c7971078fdbf3837d0a9a07012e4b5055674897 /Doc
parentca7ecf31947ad1e23f9400c914dcf320f6e15fe8 (diff)
downloadcpython-e0944c94e052711c62280e8737e57070e3f29e82.zip
cpython-e0944c94e052711c62280e8737e57070e3f29e82.tar.gz
cpython-e0944c94e052711c62280e8737e57070e3f29e82.tar.bz2
Fix missing :ref: for idle in doc build.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/idle.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index bc4a791..c842b26 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 <guido@Python.org>
IDLE is the Python IDE built with the :mod:`tkinter` GUI toolkit.