mirror of https://github.com/python/cpython.git
gh-75510: Edit idlelib entry in doc (#95869)
Make section instead of subsection and revise sentence.
This commit is contained in:
parent
3646f6cd88
commit
9af4aed73a
|
@ -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
|
information. The only current default extension is zzdummy, an example
|
||||||
also used for testing.
|
also used for testing.
|
||||||
|
|
||||||
|
|
||||||
idlelib
|
idlelib
|
||||||
^^^^^^^
|
-------
|
||||||
|
|
||||||
.. module:: idlelib
|
.. module:: idlelib
|
||||||
:synopsis: Implementation package for the IDLE shell/editor.
|
:synopsis: Implementation package for the IDLE shell/editor.
|
||||||
|
|
||||||
**Source code:** :source:`Lib/idlelib`
|
**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
|
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
|
either in idlelib or click Help => About IDLE on the IDLE menu. This
|
||||||
|
|
Loading…
Reference in New Issue