Skip to content

Commit 3646f6c

Browse files
authored
gh-84910: Tweak IDLE Glossary entry (#95866)
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc.
1 parent 73d8ffe commit 3646f6c

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
@@ -566,9 +566,9 @@ Glossary
566566
from their :func:`id`.
567567

568568
IDLE
569-
An Integrated Development Environment for Python. IDLE is a basic editor
570-
and interpreter environment which ships with the standard distribution of
571-
Python.
569+
An Integrated Development and Learning Environment for Python.
570+
:ref:`idle` is a basic editor and interpreter environment
571+
which ships with the standard distribution of Python.
572572

573573
immutable
574574
An object with a fixed value. Immutable objects include numbers, strings and

0 commit comments

Comments
 (0)