Skip to content

Commit af8c781

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

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>
@@ -937,8 +937,8 @@ <h4>Previous topic</h4>
937937
<p class="topless"><a href="tkinter.tix.html"
938938
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>
939939
<h4>Next topic</h4>
940-
<p class="topless"><a href="othergui.html"
941-
title="next chapter">Other Graphical User Interface Packages</a></p>
940+
<p class="topless"><a href="development.html"
941+
title="next chapter">Development Tools</a></p>
942942
<div role="note" aria-label="source link">
943943
<h3>This Page</h3>
944944
<ul class="this-page-menu">
@@ -964,7 +964,7 @@ <h3>Navigation</h3>
964964
<a href="../py-modindex.html" title="Python Module Index"
965965
>modules</a> |</li>
966966
<li class="right" >
967-
<a href="othergui.html" title="Other Graphical User Interface Packages"
967+
<a href="development.html" title="Development Tools"
968968
>next</a> |</li>
969969
<li class="right" >
970970
<a href="tkinter.tix.html" title="tkinter.tix — Extension widgets for Tk"
@@ -1002,19 +1002,13 @@ <h3>Navigation</h3>
10021002
<div class="footer">
10031003
&copy; <a href="../copyright.html">Copyright</a> 2001-2021, Python Software Foundation.
10041004
<br />
1005-
This page is licensed under the Python Software Foundation License Version 2.
1006-
<br />
1007-
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
1008-
<br />
1009-
See <a href="">History and License</a> for more information.
1010-
<br /><br />
10111005

10121006
The Python Software Foundation is a non-profit corporation.
10131007
<a href="https://www.python.org/psf/donations/">Please donate.</a>
10141008
<br />
10151009
<br />
10161010

1017-
Last updated on May 11, 2021.
1011+
Last updated on Sep 06, 2021.
10181012
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
10191013
<br />
10201014

0 commit comments

Comments
 (0)