Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 837ce64

Browse files
authoredSep 3, 2022
pythongh-75500: Update idlelib/help.html (python#96523)
1 parent 6dab8c9 commit 837ce64

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎Lib/idlelib/help.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
113113
<li><a class="reference internal" href="#setting-preferences">Setting preferences</a></li>
114114
<li><a class="reference internal" href="#idle-on-macos">IDLE on macOS</a></li>
115115
<li><a class="reference internal" href="#extensions">Extensions</a></li>
116-
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
117116
</ul>
118117
</li>
118+
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
119119
</ul>
120120
</li>
121121
</ul>
@@ -1002,18 +1002,19 @@ <h3>Extensions<a class="headerlink" href="#extensions" title="Permalink to this
10021002
information. The only current default extension is zzdummy, an example
10031003
also used for testing.</p>
10041004
</section>
1005+
</section>
10051006
<section id="module-idlelib">
1006-
<span id="idlelib"></span><h3>idlelib<a class="headerlink" href="#module-idlelib" title="Permalink to this heading"></a></h3>
1007+
<span id="idlelib"></span><h2>idlelib<a class="headerlink" href="#module-idlelib" title="Permalink to this heading"></a></h2>
10071008
<p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/main/Lib/idlelib">Lib/idlelib</a></p>
1008-
<p>The Lib/idlelib package implements the IDLE application. See the top
1009-
of this file or content listing on the left for how to use IDLE.</p>
1009+
<hr class="docutils" />
1010+
<p>The Lib/idlelib package implements the IDLE application. See the rest
1011+
of this page for how to use IDLE.</p>
10101012
<p>The files in idlelib are described in idlelib/README.txt. Access it
10111013
either in idlelib or click Help =&gt; About IDLE on the IDLE menu. This
10121014
file also maps IDLE menu items to the code that implements the item.
10131015
Except for files listed under ‘Startup’, the idlelib code is ‘private’ in
10141016
sense that feature changes can be backported (see <span class="target" id="index-7"></span><a class="pep reference external" href="https://peps.python.org/pep-0434/"><strong>PEP 434</strong></a>).</p>
10151017
</section>
1016-
</section>
10171018
</section>
10181019

10191020

@@ -1066,9 +1067,9 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
10661067
<li><a class="reference internal" href="#setting-preferences">Setting preferences</a></li>
10671068
<li><a class="reference internal" href="#idle-on-macos">IDLE on macOS</a></li>
10681069
<li><a class="reference internal" href="#extensions">Extensions</a></li>
1069-
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
10701070
</ul>
10711071
</li>
1072+
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
10721073
</ul>
10731074
</li>
10741075
</ul>
@@ -1166,7 +1167,7 @@ <h3>Navigation</h3>
11661167
<br />
11671168
<br />
11681169

1169-
Last updated on Aug 07, 2022.
1170+
Last updated on Sep 03, 2022.
11701171
<a href="/bugs.html">Found a bug</a>?
11711172
<br />
11721173

0 commit comments

Comments
 (0)
Please sign in to comment.