diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-08-11 02:04:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 02:04:36 (GMT) |
commit | 3646f6cd880f8f91e189a2fe44a687798aa1fef1 (patch) | |
tree | 91fcb00e1e29c0a3f40ed46b5f77a7f306e799d3 | |
parent | 73d8ffefe95791fa1f036b029cf51f907a89ee42 (diff) | |
download | cpython-3646f6cd880f8f91e189a2fe44a687798aa1fef1.zip cpython-3646f6cd880f8f91e189a2fe44a687798aa1fef1.tar.gz cpython-3646f6cd880f8f91e189a2fe44a687798aa1fef1.tar.bz2 |
gh-84910: Tweak IDLE Glossary entry (#95866)
Link "IDLE" to its doc and add 'and Learning' to its expansion,
as in the doc.
-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 7950ec4..e0dd4fc 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -566,9 +566,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 |