[Python-checkins] gh-84910: Tweak IDLE Glossary entry (GH-95866)

miss-islington webhook-mailer at python.org
Wed Aug 10 22:15:08 EDT 2022


https://github.com/python/cpython/commit/fe5cc63cd7cf19ba3bcced9f76d6fd2bfd85cba8
commit: fe5cc63cd7cf19ba3bcced9f76d6fd2bfd85cba8
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-08-10T19:15:03-07:00
summary:

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 at udel.edu>

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index af6ed714b8c..24daf19f652 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



More information about the Python-checkins mailing list