diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-08-11 02:44:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 02:44:17 (GMT) |
commit | 9af4aed73af0accffd26176c09aa263b68c8ca5d (patch) | |
tree | c4177719e358fc04fff247e3764160f3b173645a | |
parent | 3646f6cd880f8f91e189a2fe44a687798aa1fef1 (diff) | |
download | cpython-9af4aed73af0accffd26176c09aa263b68c8ca5d.zip cpython-9af4aed73af0accffd26176c09aa263b68c8ca5d.tar.gz cpython-9af4aed73af0accffd26176c09aa263b68c8ca5d.tar.bz2 |
gh-75510: Edit idlelib entry in doc (#95869)
Make section instead of subsection and revise sentence.
-rw-r--r-- | Doc/library/idle.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 81e0182..3058bce 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -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 |