]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-84910: Tweak IDLE Glossary entry (#95866)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 11 Aug 2022 02:04:36 +0000 (22:04 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 02:04:36 +0000 (22:04 -0400)
Link "IDLE" to its doc and add 'and Learning' to its expansion,
as in the doc.

Doc/glossary.rst

index 7950ec4e206e4071c84c130252106861734c2612..e0dd4fc96760e76a219a7da013588b074a4d1cc4 100644 (file)
@@ -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