Skip to content

Commit 9ad2184

Browse files
[3.8] Update idlelib/help.html to include idle.rst spelling fix (GH-28191) (GH-28193)
The idle.rst fix was GH-27903 two weeks ago. (cherry picked from commit f05ad92) Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent f91d974 commit 9ad2184

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

Lib/idlelib/help.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<link rel="index" title="Index" href="../genindex.html" />
2525
<link rel="search" title="Search" href="../search.html" />
2626
<link rel="copyright" title="Copyright" href="../copyright.html" />
27-
<link rel="next" title="Other Graphical User Interface Packages" href="othergui.html" />
27+
<link rel="next" title="Development Tools" href="development.html" />
2828
<link rel="prev" title="tkinter.tix — Extension widgets for Tk" href="tkinter.tix.html" />
2929
<link rel="canonical" href="https://docs.python.org/3/library/idle.html" />
3030

@@ -59,7 +59,7 @@ <h3>Navigation</h3>
5959
<a href="../py-modindex.html" title="Python Module Index"
6060
>modules</a> |</li>
6161
<li class="right" >
62-
<a href="othergui.html" title="Other Graphical User Interface Packages"
62+
<a href="development.html" title="Development Tools"
6363
accesskey="N">next</a> |</li>
6464
<li class="right" >
6565
<a href="tkinter.tix.html" title="tkinter.tix — Extension widgets for Tk"
@@ -504,7 +504,7 @@ <h3>Automatic indentation<a class="headerlink" href="#automatic-indentation" tit
504504
and not restarting the Shell thereafter. This is especially useful
505505
after adding imports at the top of a file. This also increases
506506
possible attribute completions.</p>
507-
<p>Completion boxes intially exclude names beginning with ‘_’ or, for
507+
<p>Completion boxes initially exclude names beginning with ‘_’ or, for
508508
modules, not included in ‘__all__’. The hidden names can be accessed
509509
by typing ‘_’ after ‘.’, either before or after the box is opened.</p>
510510
</div>
@@ -932,8 +932,8 @@ <h4>Previous topic</h4>
932932
<p class="topless"><a href="tkinter.tix.html"
933933
title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">tkinter.tix</span></code> — Extension widgets for Tk</a></p>
934934
<h4>Next topic</h4>
935-
<p class="topless"><a href="othergui.html"
936-
title="next chapter">Other Graphical User Interface Packages</a></p>
935+
<p class="topless"><a href="development.html"
936+
title="next chapter">Development Tools</a></p>
937937
<div role="note" aria-label="source link">
938938
<h3>This Page</h3>
939939
<ul class="this-page-menu">
@@ -959,7 +959,7 @@ <h3>Navigation</h3>
959959
<a href="../py-modindex.html" title="Python Module Index"
960960
>modules</a> |</li>
961961
<li class="right" >
962-
<a href="othergui.html" title="Other Graphical User Interface Packages"
962+
<a href="development.html" title="Development Tools"
963963
>next</a> |</li>
964964
<li class="right" >
965965
<a href="tkinter.tix.html" title="tkinter.tix — Extension widgets for Tk"
@@ -997,19 +997,13 @@ <h3>Navigation</h3>
997997
<div class="footer">
998998
&copy; <a href="../copyright.html">Copyright</a> 2001-2021, Python Software Foundation.
999999
<br />
1000-
This page is licensed under the Python Software Foundation License Version 2.
1001-
<br />
1002-
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
1003-
<br />
1004-
See <a href="">History and License</a> for more information.
1005-
<br /><br />
10061000

10071001
The Python Software Foundation is a non-profit corporation.
10081002
<a href="https://www.python.org/psf/donations/">Please donate.</a>
10091003
<br />
10101004
<br />
10111005

1012-
Last updated on May 11, 2021.
1006+
Last updated on Sep 06, 2021.
10131007
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
10141008
<br />
10151009

0 commit comments

Comments
 (0)