8000 Fix typos in documentation (#120338) · python/cpython@ce3879b · GitHub
[go: up one dir, main page]

Skip to content

Commit ce3879b

Browse files
authored
Fix typos in documentation (#120338)
1 parent 97b69db commit ce3879b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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

0 commit comments

Comments
 (0)
0