[Python-checkins] cpython (merge 3.4 -> default): Fix missing :ref: for idle in doc build.
ned.deily
python-checkins at python.org
Fri Feb 6 05:43:37 CET 2015
https://hg.python.org/cpython/rev/f1a82e949fb8
changeset: 94530:f1a82e949fb8
parent: 94527:75fd0bd89eef
parent: 94529:b8078220a6b8
user: Ned Deily <nad at acm.org>
date: Fri Feb 06 15:43:01 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
More information about the Python-checkins
mailing list