diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-11 02:15:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 02:15:03 (GMT) |
commit | fe5cc63cd7cf19ba3bcced9f76d6fd2bfd85cba8 (patch) | |
tree | 5d47e919ab4e9128ac3d9df553f1e5dd97c57961 | |
parent | b11895e3e7cbe13f5be0f6321f2690af664a247f (diff) | |
download | cpython-fe5cc63cd7cf19ba3bcced9f76d6fd2bfd85cba8.zip cpython-fe5cc63cd7cf19ba3bcced9f76d6fd2bfd85cba8.tar.gz cpython-fe5cc63cd7cf19ba3bcced9f76d6fd2bfd85cba8.tar.bz2 |
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 3646f6cd880f8f91e189a2fe44a687798aa1fef1)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r-- | Doc/glossary.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index af6ed71..24daf19 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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 |