Skip to content

Commit 4712471

Browse files
authored
Update idlelib/help.html to current IDLE doc (pythonGH-22181)
1 parent 7a797a3 commit 4712471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lib/idlelib/help.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,13 @@ <h3>Automatic indentation<a class="headerlink" href="#automatic-indentation" tit
481481
large number of milliseconds, such as 100000000.) For imported module
482482
names or class or function attributes, type ‘.’.
483483
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
484-
data:<cite>os.altsep</cite> immediately after an opening quote. (On Windows,
484+
<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,
485485
one can specify a drive first.) Move into subdirectories by typing a
486486
directory name and a separator.</p>
487-
<p>Instead of waiting, or after a box is closed. open a completion box
487+
<p>Instead of waiting, or after a box is closed, open a completion box
488488
immediately with Show Completions on the Edit menu. The default hot
489489
key is <kbd class="kbd docutils literal notranslate">C-space</kbd>. If one types a prefix for the desired name
490-
before opening the box, the first match is displayed.
490+
before opening the box, the first match or near miss is made visible.
491491
The result is the same as if one enters a prefix
492492
after the box is displayed. Show Completions after a quote completes
493493
filenames in the current directory instead of a root directory.</p>
@@ -975,7 +975,7 @@ <h3>Navigation</h3>
975975
<br />
976976
<br />
977977

978-
Last updated on Jul 08, 2020.
978+
Last updated on Sep 09, 2020.
979979
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
980980
<br />
981981

0 commit comments

Comments
 (0)