summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-02-06 04:43:01 (GMT)
committerNed Deily <nad@acm.org>2015-02-06 04:43:01 (GMT)
commit7425f36ee74ccf5bfc2894aca6e6b86815894f98 (patch)
tree99210b9b1045ae22525064d0a08edde15607da13
parent6c62ac1a0168529dd17f8d3cbc9182dd5f95cb14 (diff)
parent50afcc09acf6f51a37261a4542df521f8eafabea (diff)
downloadcpython-7425f36ee74ccf5bfc2894aca6e6b86815894f98.zip
cpython-7425f36ee74ccf5bfc2894aca6e6b86815894f98.tar.gz
cpython-7425f36ee74ccf5bfc2894aca6e6b86815894f98.tar.bz2
Fix missing :ref: for idle in doc build.
-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.