24
24
< link rel ="index " title ="Index " href ="../genindex.html " />
25
25
< link rel ="search " title ="Search " href ="../search.html " />
26
26
< 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 " />
28
28
< link rel ="prev " title ="tkinter.tix — Extension widgets for Tk " href ="tkinter.tix.html " />
29
29
< link rel ="canonical " href ="https://docs.python.org/3/library/idle.html " />
30
30
@@ -59,7 +59,7 @@ <h3>Navigation</h3>
59
59
< a href ="../py-modindex.html " title ="Python Module Index "
60
60
> modules</ a > |</ li >
61
61
< li class ="right " >
62
- < a href ="othergui .html " title ="Other Graphical User Interface Packages "
62
+ < a href ="development .html " title ="Development Tools "
63
63
accesskey ="N "> next</ a > |</ li >
64
64
< li class ="right " >
65
65
< 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
504
504
and not restarting the Shell thereafter. This is especially useful
505
505
after adding imports at the top of a file. This also increases
506
506
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
508
508
modules, not included in ‘__all__’. The hidden names can be accessed
509
509
by typing ‘_’ after ‘.’, either before or after the box is opened.</ p >
510
510
</ div >
@@ -937,8 +937,8 @@ <h4>Previous topic</h4>
937
937
< p class ="topless "> < a href ="tkinter.tix.html "
938
938
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 >
939
939
< 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 >
942
942
< div role ="note " aria-label ="source link ">
943
943
< h3 > This Page</ h3 >
944
944
< ul class ="this-page-menu ">
@@ -964,7 +964,7 @@ <h3>Navigation</h3>
964
964
< a href ="../py-modindex.html " title ="Python Module Index "
965
965
> modules</ a > |</ li >
966
966
< li class ="right " >
967
- < a href ="othergui .html " title ="Other Graphical User Interface Packages "
967
+ < a href ="development .html " title ="Development Tools "
968
968
> next</ a > |</ li >
969
969
< li class ="right " >
970
970
< a href ="tkinter.tix.html " title ="tkinter.tix — Extension widgets for Tk "
@@ -1002,19 +1002,13 @@ <h3>Navigation</h3>
1002
1002
< div class ="footer ">
1003
1003
© < a href ="../copyright.html "> Copyright</ a > 2001-2021, Python Software Foundation.
1004
1004
< 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 />
1011
1005
1012
1006
The Python Software Foundation is a non-profit corporation.
1013
1007
< a href ="https://www.python.org/psf/donations/ "> Please donate.</ a >
1014
1008
< br />
1015
1009
< br />
1016
1010
1017
- Last updated on May 11 , 2021.
1011
+ Last updated on Sep 06 , 2021.
1018
1012
< a href ="https://docs.python.org/3/bugs.html "> Found a bug</ a > ?
1019
1013
< br />
1020
1014
0 commit comments