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 >
@@ -932,8 +932,8 @@ <h4>Previous topic</h4>
932
932
< p class ="topless "> < a href ="tkinter.tix.html "
933
933
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 >
934
934
< 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 >
937
937
< div role ="note " aria-label ="source link ">
938
938
< h3 > This Page</ h3 >
939
939
< ul class ="this-page-menu ">
@@ -959,7 +959,7 @@ <h3>Navigation</h3>
959
959
< a href ="../py-modindex.html " title ="Python Module Index "
960
960
> modules</ a > |</ li >
961
961
< li class ="right " >
962
- < a href ="othergui .html " title ="Other Graphical User Interface Packages "
962
+ < a href ="development .html " title ="Development Tools "
963
963
> next</ a > |</ li >
964
964
< li class ="right " >
965
965
< a href ="tkinter.tix.html " title ="tkinter.tix — Extension widgets for Tk "
@@ -997,19 +997,13 @@ <h3>Navigation</h3>
997
997
< div class ="footer ">
998
998
© < a href ="../copyright.html "> Copyright</ a > 2001-2021, Python Software Foundation.
999
999
< 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 />
1006
1000
1007
1001
The Python Software Foundation is a non-profit corporation.
1008
1002
< a href ="https://www.python.org/psf/donations/ "> Please donate.</ a >
1009
1003
< br />
1010
1004
< br />
1011
1005
1012
- Last updated on May 11 , 2021.
1006
+ Last updated on Sep 06 , 2021.
1013
1007
< a href ="https://docs.python.org/3/bugs.html "> Found a bug</ a > ?
1014
1008
< br />
1015
1009
0 commit comments