Skip to content

Commit 33a7094

Browse files
gh-129699: Add description to IDLE doc title (#129727)
Also extend the 'idlelib' section header. These additions affect both the displayed idle.html file and the contents.html file displayed by clicking the Complete table of contents link on the main docs.python.org page. (The module index entries are generated from the module name and synopsis within module files.) --------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 1bccd6c commit 33a7094

File tree

4 files changed

+68
-66
lines changed

4 files changed

+68
-66
lines changed

Doc/library/idle.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _idle:
22

3-
IDLE
4-
====
3+
IDLE --- Python editor and shell
4+
================================
55

66
.. moduleauthor:: Guido van Rossum <guido@python.org>
77

@@ -971,8 +971,8 @@ information. The only current default extension is zzdummy, an example
971971
also used for testing.
972972

973973

974-
idlelib
975-
-------
974+
idlelib --- implementation of IDLE application
975+
----------------------------------------------
976976

977977
.. module:: idlelib
978978
:synopsis: Implementation package for the IDLE shell/editor.

0 commit comments

Comments
 (0)