[Python-checkins] Update idlelib/help.html to current IDLE doc (GH-22181)

Terry Jan Reedy webhook-mailer at python.org
Tue Sep 15 09:46:56 EDT 2020


https://github.com/python/cpython/commit/471247150e9707e583297ac6b4edff978efd8941
commit: 471247150e9707e583297ac6b4edff978efd8941
branch: master
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2020-09-09T18:53:18-04:00
summary:

Update idlelib/help.html to current IDLE doc (GH-22181)

files:
M Lib/idlelib/help.html

diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html
index 81ce5100bb8ad..b2853cffe0c26 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -481,13 +481,13 @@ <h3>Automatic indentation<a class="headerlink" href="#automatic-indentation" tit
 large number of milliseconds, such as 100000000.) For imported module
 names or class or function attributes, type ‘.’.
 For filenames in the root directory, type <a class="reference internal" href="os.html#os.sep" title="os.sep"><code class="xref py py-data docutils literal notranslate"><span class="pre">os.sep</span></code></a> or
-data:<cite>os.altsep</cite> immediately after an opening quote.  (On Windows,
+<a class="reference internal" href="os.html#os.altsep" title="os.altsep"><code class="xref py py-data docutils literal notranslate"><span class="pre">os.altsep</span></code></a> immediately after an opening quote.  (On Windows,
 one can specify a drive first.)  Move into subdirectories by typing a
 directory name and a separator.</p>
-<p>Instead of waiting, or after a box is closed. open a completion box
+<p>Instead of waiting, or after a box is closed, open a completion box
 immediately with Show Completions on the Edit menu.  The default hot
 key is <kbd class="kbd docutils literal notranslate">C-space</kbd>.  If one types a prefix for the desired name
-before opening the box, the first match is displayed.
+before opening the box, the first match or near miss is made visible.
 The result is the same as if one enters a prefix
 after the box is displayed.  Show Completions after a quote completes
 filenames in the current directory instead of a root directory.</p>
@@ -975,7 +975,7 @@ <h3>Navigation</h3>
 <br />
     <br />
 
-    Last updated on Jul 08, 2020.
+    Last updated on Sep 09, 2020.
     <a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
     <br />
 



More information about the Python-checkins mailing list