diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-21 00:03:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-21 00:03:22 (GMT) |
commit | 1de516e1df0b451c15b0c449e80c3632783ed2fc (patch) | |
tree | 7f3b73e27864269fb7ec2c5106b7f2decb52f6d7 /Lib/idlelib | |
parent | 47f9741e5cc08a5f4e2d24fb62388afa18b30a8c (diff) | |
parent | 963a38bc44181004932966762aac656db2a571be (diff) | |
download | cpython-1de516e1df0b451c15b0c449e80c3632783ed2fc.zip cpython-1de516e1df0b451c15b0c449e80c3632783ed2fc.tar.gz cpython-1de516e1df0b451c15b0c449e80c3632783ed2fc.tar.bz2 |
Merge with 3.4
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/idle.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Lib/idlelib/idle.html b/Lib/idlelib/idle.html index 6e8d89b..7623203 100644 --- a/Lib/idlelib/idle.html +++ b/Lib/idlelib/idle.html @@ -5,12 +5,12 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - + <title>25.5. IDLE — Python 3.4.3 documentation</title> - + <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - + <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', @@ -35,12 +35,12 @@ <link rel="prev" title="25.4. tkinter.scrolledtext — Scrolled Text Widget" href="tkinter.scrolledtext.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <script type="text/javascript" src="../_static/copybutton.js"></script> - - - + + + </head> - <body> + <body> <div class="related"> <h3>Navigation</h3> <ul> @@ -64,15 +64,15 @@ </li> <li><a href="index.html" >The Python Standard Library</a> »</li> - <li><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> »</li> + <li><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> »</li> </ul> - </div> + </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> - + <div class="section" id="idle"> <span id="id1"></span><h1>25.5. IDLE<a class="headerlink" href="#idle" title="Permalink to this headline">¶</a></h1> <p id="index-0">IDLE is the Python IDE built with the <a class="reference internal" href="tkinter.html#module-tkinter" title="tkinter: Interface to Tcl/Tk for graphical user interfaces"><tt class="xref py py-mod docutils literal"><span class="pre">tkinter</span></tt></a> GUI toolkit.</p> @@ -628,7 +628,7 @@ are currently:</p> </div> </div> <div class="clearer"></div> - </div> + </div> <div class="related"> <h3>Navigation</h3> <ul> @@ -652,9 +652,9 @@ are currently:</p> </li> <li><a href="index.html" >The Python Standard Library</a> »</li> - <li><a href="tk.html" >25. Graphical User Interfaces with Tk</a> »</li> + <li><a href="tk.html" >25. Graphical User Interfaces with Tk</a> »</li> </ul> - </div> + </div> <div class="footer"> © <a href="../copyright.html">Copyright</a> 1990-2015, Python Software Foundation. <br /> @@ -668,4 +668,4 @@ are currently:</p> </div> </body> -</html>
\ No newline at end of file +</html> |