Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 599b6ff

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 5c82943 commit 599b6ff

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)