Skip to content

Commit 9af4aed

Browse files
authored
gh-75510: Edit idlelib entry in doc (#95869)
Make section instead of subsection and revise sentence.
1 parent 3646f6c commit 9af4aed

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Doc/library/idle.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -984,16 +984,19 @@ beginning of config-extensions.def in the idlelib directory for further
984984
information. The only current default extension is zzdummy, an example
985985
also used for testing.
986986

987+
987988
idlelib
988-
^^^^^^^
989+
-------
989990

990991
.. module:: idlelib
991992
:synopsis: Implementation package for the IDLE shell/editor.
992993

993994
**Source code:** :source:`Lib/idlelib`
994995

995-
The Lib/idlelib package implements the IDLE application. See the top
996-
of this file or content listing on the left for how to use IDLE.
996+
--------------
997+
998+
The Lib/idlelib package implements the IDLE application. See the rest
999+
of this page for how to use IDLE.
9971000

9981001
The files in idlelib are described in idlelib/README.txt. Access it
9991002
either in idlelib or click Help => About IDLE on the IDLE menu. This

0 commit comments

Comments
 (0)