8000 Fix typos in documentation · python/cpython@211c7df · GitHub
[go: up one dir, main page]

Skip to content

Commit 211c7df

Browse files
committed
Fix typos in documentation
1 parent 9e9ee50 commit 211c7df

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

InternalDocs/compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Objects
625625

626626
* [Objects/locations.md](https://github.com/python/cpython/blob/main/Objects/locations.md): Describes the location table
627627
* [Objects/frame_layout.md](https://github.com/python/cpython/blob/main/Objects/frame_layout.md): Describes the frame stack
628-
* [Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md): Descibes object layout for 3.11 and later
628+
* [Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md): Describes object layout for 3.11 and later
629629
* [Exception Handling](exception_handling.md): Describes the exception table
630630

631631

Lib/idlelib/HISTORY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Command to format a paragraph.
277277
Debug menu:
278278

279279
JIT (Just-In-Time) stack viewer toggle -- if set, the stack viewer
280-
automaticall pops up when you get a traceback.
280+
automatically pops up when you get a traceback.
281281

282282
Windows menu:
283283

Lib/idlelib/News3.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,14 +568,14 @@ bpo-33679: Enable theme-specific color configuration for Code Context.
568568
color setting, default or custom, on the extensions tab, that applied
569569
to all themes.) For built-in themes, the foreground is the same as
570570
normal text and the background is a contrasting gray. Context colors for
571-
custom themes are set on the Hightlights tab along with other colors.
571+
custom themes are set on the Highlights tab along with other colors.
572572
When one starts IDLE from a console and loads a custom theme without
573573
definitions for 'context', one will see a warning message on the
574574
console.
575575

576576
bpo-33642: Display up to maxlines non-blank lines for Code Context.
577577
If there is no current context, show a single blank line. (Previously,
578-
the Code Contex had numlines lines, usually with some blank.) The use
578+
the Code Context had numlines lines, usually with some blank.) The use
579579
of a new option, 'maxlines' (default 15), avoids possible interference
580580
with user settings of the old option, 'numlines' (default 3).
581581

@@ -729,7 +729,7 @@ not affect their keyset-specific customization after 3.6.3. and vice
729729
versa.
730730
Initial patch by Charles Wohlganger, revised by Terry Jan Reedy.
731731

732-
bpo-31051: Rearrange condigdialog General tab.
732+
bpo-31051: Rearrange configdialog General tab.
733733
Sort non-Help options into Window (Shell+Editor) and Editor (only).
734734
Leave room for the addition of new options.
735735
Patch by Terry Jan Reedy.

Lib/idlelib/TODO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ it -- i.e. you can only edit the current command, and the cursor can't
179179
escape from the command area. (Albert Brandl)
180180

181181
- Set X11 class to "idle/Idle", set icon and title to something
182-
beginning with "idle" -- for window manangers. (Randall Hopper)
182+
beginning with "idle" -- for window managers. (Randall Hopper)
183183

184184
- Config files editable through a preferences dialog. (me) DONE
185185

Lib/idlelib/help.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ <h3>Key bindings<a class="headerlink" href="#key-bindings" title="Permalink to t
554554
delete characters. Deletion does not puts text on the clipboard,
555555
but IDLE has an undo list. Wherever this doc discusses keys,
556556
‘C’ refers to the <kbd class="kbd docutils literal notranslate">Control</kbd> key on Windows and
557-
Unix and the <kbd class="kbd docutils literal notranslate">Command</kbd> key on macOS. (And all such dicussions
557+
Unix and the <kbd class="kbd docutils literal notranslate">Command</kbd> key on macOS. (And all such discussions
558558
assume that the keys have not been re-bound to something else.)</p>
559559
<ul class="simple">
560560
<li><p>Arrow keys move the cursor one character or line.</p></li>
@@ -694,7 +694,7 @@ <h3>Shell window<a class="headerlink" href="#shell-window" title="Permalink to t
694694
<p>The editing features described in previous subsections work when entering
695695
code interactively. IDLE’s Shell window also responds to the following:</p>
696696
<ul class="simple">
697-
<li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">c</kbd></kbd> attemps to interrupt statement execution (but may fail).</p></li>
697+
<li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">c</kbd></kbd> attempts to interrupt statement execution (but may fail).</p></li>
698698
<li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">d</kbd></kbd> closes Shell if typed at a <code class="docutils literal notranslate"><span class="pre">&gt;&gt;&gt;</span></code> prompt.</p></li>
699699
<li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Alt</kbd>-<kbd class="kbd docutils literal notranslate">p</kbd></kbd> and <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Alt</kbd>-<kbd class="kbd docutils literal notranslate">n</kbd></kbd> (<kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">p</kbd></kbd> and <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">n</kbd></kbd> on macOS)
700700
retrieve to the current prompt the previous or next previously

0 commit comments

Comments
 (0)
0