Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82f9546

Browse files
committed
Merge with 3.5
2 parents 4ff1daa + 3399e1e commit 82f9546

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

Lib/idlelib/help.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>25.5. IDLE &#8212; Python 3.5.2 documentation</title>
9+
<title>25.5. IDLE &mdash; Python 3.5.2 documentation</title>
1010

1111
<link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
1212
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -58,13 +58,13 @@ <h3>Navigation</h3>
5858
accesskey="P">previous</a> |</li>
5959
<li><img src="../_static/py.png" alt=""
6060
style="vertical-align: middle; margin-top: -1px"/></li>
61-
<li><a href="https://www.python.org/">Python</a> &#187;</li>
61+
<li><a href="https://www.python.org/">Python</a> &raquo;</li>
6262
<li>
63-
<a href="../index.html">3.5.2 Documentation</a> &#187;
63+
<a href="../index.html">3.5.2 Documentation</a> &raquo;
6464
</li>
6565

66-
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
67-
<li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> &#187;</li>
66+
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li>
67+
<li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> &raquo;</li>
6868
</ul>
6969
</div>
7070

@@ -659,11 +659,14 @@ <h3>This Page</h3>
659659
<div id="searchbox" style="display: none" role="search">
660660
<h3>Quick search</h3>
661661
<form class="search" action="../search.html" method="get">
662-
<div><input type="text" name="q" /></div>
663-
<div><input type="submit" value="Go" /></div>
662+
<input type="text" name="q" />
663+
<input type="submit" value="Go" />
664664
<input type="hidden" name="check_keywords" value="yes" />
665665
<input type="hidden" name="area" value="default" />
666666
</form>
667+
<p class="searchtip" style="font-size: 90%">
668+
Enter search terms or a module, class or function name.
669+
</p>
667670
</div>
668671
<script type="text/javascript">$('#searchbox').show(0);</script>
669672
</div>
@@ -687,13 +690,13 @@ <h3>Navigation</h3>
687690
>previous</a> |</li>
688691
<li><img src="../_static/py.png" alt=""
689692
style="vertical-align: middle; margin-top: -1px"/></li>
690-
<li><a href="https://www.python.org/">Python</a> &#187;</li>
693+
<li><a href="https://www.python.org/">Python</a> &raquo;</li>
691694
<li>
692-
<a href="../index.html">3.5.2 Documentation</a> &#187;
695+
<a href="../index.html">3.5.2 Documentation</a> &raquo;
693696
</li>
694697

695-
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
696-
<li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> &#187;</li>
698+
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li>
699+
<li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> &raquo;</li>
697700
</ul>
698701
</div>
699702
<div class="footer">
@@ -702,10 +705,10 @@ <h3>Navigation</h3>
702705
The Python Software Foundation is a non-profit corporation.
703706
<a href="https://www.python.org/psf/donations/">Please donate.</a>
704707
<br />
705-
Last updated on Aug 25, 2016.
708+
Last updated on Aug 30, 2016.
706709
<a href="../bugs.html">Found a bug</a>?
707710
<br />
708-
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.4.6.
711+
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.6.
709712
</div>
710713

711714
</body>

0 commit comments

Comments
 (0)