gh-84910: Tweak IDLE Glossary entry (#95866)

Link "IDLE" to its doc and add 'and Learning' to its expansion,
as in the doc.
This commit is contained in:
Terry Jan Reedy 2022-08-10 22:04:36 -04:00 committed by GitHub
parent 73d8ffefe9
commit 3646f6cd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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