Skip to content

Commit 5c527f8

Browse files
miss-islingtonStanFromIrelandterryjreedy
authored
[3.12] gh-129699: Add description to IDLE doc title (GH-129727) (#129865)
gh-129699: Add description to IDLE doc title (GH-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.) --------- (cherry picked from commit 33a7094) Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 1581c9d commit 5c527f8

File tree

4 files changed

+68
-66
lines changed

4 files changed

+68
-66
lines changed

Doc/library/idle.rst

Lines changed: 4 additions & 4 deletions
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 <[email protected]>
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)