Skip to content

Commit fe5cc63

Browse files
gh-84910: Tweak IDLE Glossary entry (GH-95866)
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc. (cherry picked from commit 3646f6c) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent b11895e commit fe5cc63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ Glossary
576576
from their :func:`id`.
577577

578578
IDLE
579-
An Integrated Development Environment for Python. IDLE is a basic editor
580-
and interpreter environment which ships with the standard distribution of
581-
Python.
579+
An Integrated Development and Learning Environment for Python.
580+
:ref:`idle` is a basic editor and interpreter environment
581+
which ships with the standard distribution of Python.
582582

583583
immutable
584584
An object with a fixed value. Immutable objects include numbers, strings and

0 commit comments

Comments
 (0)