diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-08-30 20:58:27 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-08-30 20:58:27 (GMT) |
commit | 82f954691f531d9c94508f6c79c8e8400b205556 (patch) | |
tree | 66e239f008a58fd5e15ad3309931d310302ba7ae /Lib/idlelib | |
parent | 4ff1daa4bac7b82fc745389f9a0a2b17a4219df7 (diff) | |
parent | 3399e1e38cfb141d71551cb95db3ee8ab1797674 (diff) | |
download | cpython-82f954691f531d9c94508f6c79c8e8400b205556.zip cpython-82f954691f531d9c94508f6c79c8e8400b205556.tar.gz cpython-82f954691f531d9c94508f6c79c8e8400b205556.tar.bz2 |
Merge with 3.5
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/help.html | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index b2d8fdc..7860bfb 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -6,7 +6,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>25.5. IDLE — Python 3.5.2 documentation</title> + <title>25.5. IDLE — Python 3.5.2 documentation</title> <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> @@ -58,13 +58,13 @@ accesskey="P">previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> - <li><a href="https://www.python.org/">Python</a> »</li> + <li><a href="https://www.python.org/">Python</a> »</li> <li> - <a href="../index.html">3.5.2 Documentation</a> » + <a href="../index.html">3.5.2 Documentation</a> » </li> - <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li> - <li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> »</li> + <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li> + <li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> »</li> </ul> </div> @@ -659,11 +659,14 @@ are currently:</p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> - <div><input type="text" name="q" /></div> - <div><input type="submit" value="Go" /></div> + <input type="text" name="q" /> + <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> + <p class="searchtip" style="font-size: 90%"> + Enter search terms or a module, class or function name. + </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> @@ -687,13 +690,13 @@ are currently:</p> >previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> - <li><a href="https://www.python.org/">Python</a> »</li> + <li><a href="https://www.python.org/">Python</a> »</li> <li> - <a href="../index.html">3.5.2 Documentation</a> » + <a href="../index.html">3.5.2 Documentation</a> » </li> - <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li> - <li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> »</li> + <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li> + <li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> »</li> </ul> </div> <div class="footer"> @@ -702,10 +705,10 @@ are currently:</p> The Python Software Foundation is a non-profit corporation. <a href="https://www.python.org/psf/donations/">Please donate.</a> <br /> - Last updated on Aug 25, 2016. + Last updated on Aug 30, 2016. <a href="../bugs.html">Found a bug</a>? <br /> - Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.4.6. + Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.6. </div> </body> |