diff options
| author | Ned Deily <nad@acm.org> | 2015-02-06 04:42:06 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@acm.org> | 2015-02-06 04:42:06 (GMT) |
| commit | 50afcc09acf6f51a37261a4542df521f8eafabea (patch) | |
| tree | d9a0261556cbf965db75b4df9b73286f3cfa77d4 | |
| parent | 104b9e0ccac493b77ea051cafdf2e02edf2ccfd3 (diff) | |
| download | cpython-50afcc09acf6f51a37261a4542df521f8eafabea.zip cpython-50afcc09acf6f51a37261a4542df521f8eafabea.tar.gz cpython-50afcc09acf6f51a37261a4542df521f8eafabea.tar.bz2 | |
Fix missing :ref: for idle in doc build.
| -rw-r--r-- | Doc/library/idle.rst | 6 |
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. |
