mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #16893: whitespace in idle.html.
This commit is contained in:
parent
5d46ab1274
commit
963a38bc44
1 changed files with 14 additions and 14 deletions
|
@ -5,12 +5,12 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>25.5. IDLE — Python 3.4.3 documentation</title>
|
<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/pydoctheme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '../',
|
URL_ROOT: '../',
|
||||||
|
@ -35,12 +35,12 @@
|
||||||
<link rel="prev" title="25.4. tkinter.scrolledtext — Scrolled Text Widget" href="tkinter.scrolledtext.html" />
|
<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" />
|
<link rel="shortcut icon" type="image/png" href="../_static/py.png" />
|
||||||
<script type="text/javascript" src="../_static/copybutton.js"></script>
|
<script type="text/javascript" src="../_static/copybutton.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="related">
|
<div class="related">
|
||||||
<h3>Navigation</h3>
|
<h3>Navigation</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -64,15 +64,15 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li><a href="index.html" >The Python Standard Library</a> »</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="document">
|
<div class="document">
|
||||||
<div class="documentwrapper">
|
<div class="documentwrapper">
|
||||||
<div class="bodywrapper">
|
<div class="bodywrapper">
|
||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
<div class="section" id="idle">
|
<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>
|
<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>
|
<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>
|
</div>
|
||||||
<div class="clearer"></div>
|
<div class="clearer"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="related">
|
<div class="related">
|
||||||
<h3>Navigation</h3>
|
<h3>Navigation</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -652,9 +652,9 @@ are currently:</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li><a href="index.html" >The Python Standard Library</a> »</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© <a href="../copyright.html">Copyright</a> 1990-2015, Python Software Foundation.
|
© <a href="../copyright.html">Copyright</a> 1990-2015, Python Software Foundation.
|
||||||
<br />
|
<br />
|
||||||
|
@ -668,4 +668,4 @@ are currently:</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue