mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix missing :ref: for idle in doc build.
This commit is contained in:
parent
104b9e0cca
commit
50afcc09ac
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
.. _idle:
|
.. _idle:
|
||||||
|
|
||||||
|
IDLE
|
||||||
|
====
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
single: IDLE
|
single: IDLE
|
||||||
single: Python Editor
|
single: Python Editor
|
||||||
single: Integrated Development Environment
|
single: Integrated Development Environment
|
||||||
|
|
||||||
IDLE
|
|
||||||
====
|
|
||||||
|
|
||||||
.. moduleauthor:: Guido van Rossum <guido@Python.org>
|
.. moduleauthor:: Guido van Rossum <guido@Python.org>
|
||||||
|
|
||||||
IDLE is the Python IDE built with the :mod:`tkinter` GUI toolkit.
|
IDLE is the Python IDE built with the :mod:`tkinter` GUI toolkit.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue