]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-84910: Tweak IDLE Glossary entry (GH-95866)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Aug 2022 02:15:03 +0000 (19:15 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 02:15:03 +0000 (19:15 -0700)
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>
Doc/glossary.rst

index af6ed714b8ced9e297ed8238b9d7dfcb535f4df9..24daf19f652aa535848a356c1fb1eba39a9c0294 100644 (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