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 3646f6cd88)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2022-08-10 19:15:03 -07:00 committed by GitHub
parent b11895e3e7
commit fe5cc63cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -576,9 +576,9 @@ Glossary
from their :func:`id`.
IDLE
An Integrated Development Environment for Python. IDLE is a basic editor
and interpreter environment which ships with the standard distribution of
Python.
An Integrated Development and Learning Environment for Python.
:ref:`idle` is a basic editor and interpreter environment
which ships with the standard distribution of Python.
immutable
An object with a fixed value. Immutable objects include numbers, strings and