]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-75510: Edit idlelib entry in doc (#95869)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 11 Aug 2022 02:44:17 +0000 (22:44 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 02:44:17 +0000 (22:44 -0400)
Make section instead of subsection and revise sentence.

Doc/library/idle.rst

index 81e0182e10bef8eb6985e3091a68b474aca39c4b..3058bcead661f3e5f3eebfe1cf2e72e36e93857f 100644 (file)
@@ -984,16 +984,19 @@ beginning of config-extensions.def in the idlelib directory for further
 information.  The only current default extension is zzdummy, an example
 also used for testing.
 
+
 idlelib
-^^^^^^^
+-------
 
 .. module:: idlelib
    :synopsis: Implementation package for the IDLE shell/editor.
 
 **Source code:** :source:`Lib/idlelib`
 
-The Lib/idlelib package implements the IDLE application.  See the top
-of this file or content listing on the left for how to use IDLE.
+--------------
+
+The Lib/idlelib package implements the IDLE application.  See the rest
+of this page for how to use IDLE.
 
 The files in idlelib are described in idlelib/README.txt.  Access it
 either in idlelib or click Help => About IDLE on the IDLE menu.  This