https://github.com/python/cpython/commit/ce3879bd45e068f8e2a5a214acd234ca44cad53b
commit: ce3879bd45e068f8e2a5a214acd234ca44cad53b
branch: main
author: Xie Yanbo <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-06-12T12:24:43Z
summary:

Fix typos in documentation (#120338)

files:
M InternalDocs/compiler.md
M Lib/idlelib/HISTORY.txt
M Lib/idlelib/News3.txt
M Lib/idlelib/TODO.txt

diff --git a/InternalDocs/compiler.md b/InternalDocs/compiler.md
index 0abc10da6e05c6..17fe0df6e1db10 100644
--- a/InternalDocs/compiler.md
+++ b/InternalDocs/compiler.md
@@ -625,7 +625,7 @@ Objects
 
 * 
[Objects/locations.md](https://github.com/python/cpython/blob/main/Objects/locations.md):
 Describes the location table
 * 
[Objects/frame_layout.md](https://github.com/python/cpython/blob/main/Objects/frame_layout.md):
 Describes the frame stack
-* 
[Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md):
 Descibes object layout for 3.11 and later
+* 
[Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md):
 Describes object layout for 3.11 and later
 * [Exception Handling](exception_handling.md): Describes the exception table
 
 
diff --git a/Lib/idlelib/HISTORY.txt b/Lib/idlelib/HISTORY.txt
index 731fabd185fbbf..a601b25b5f838f 100644
--- a/Lib/idlelib/HISTORY.txt
+++ b/Lib/idlelib/HISTORY.txt
@@ -277,7 +277,7 @@ Command to format a paragraph.
 Debug menu:
 
 JIT (Just-In-Time) stack viewer toggle -- if set, the stack viewer
-automaticall pops up when you get a traceback.
+automatically pops up when you get a traceback.
 
 Windows menu:
 
diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt
index fb07d7b3b3fad8..b1b652dc562c8e 100644
--- a/Lib/idlelib/News3.txt
+++ b/Lib/idlelib/News3.txt
@@ -568,14 +568,14 @@ bpo-33679: Enable theme-specific color configuration for 
Code Context.
 color setting, default or custom, on the extensions tab, that applied
 to all themes.)  For built-in themes, the foreground is the same as
 normal text and the background is a contrasting gray.  Context colors for
-custom themes are set on the Hightlights tab along with other colors.
+custom themes are set on the Highlights tab along with other colors.
 When one starts IDLE from a console and loads a custom theme without
 definitions for 'context', one will see a warning message on the
 console.
 
 bpo-33642: Display up to maxlines non-blank lines for Code Context.
 If there is no current context, show a single blank line.  (Previously,
-the Code Contex had numlines lines, usually with some blank.)  The use
+the Code Context had numlines lines, usually with some blank.)  The use
 of a new option, 'maxlines' (default 15), avoids possible interference
 with user settings of the old option, 'numlines' (default 3).
 
@@ -729,7 +729,7 @@ not affect their keyset-specific customization after 3.6.3. 
and vice
 versa.
   Initial patch by Charles Wohlganger, revised by Terry Jan Reedy.
 
-bpo-31051:  Rearrange condigdialog General tab.
+bpo-31051:  Rearrange configdialog General tab.
 Sort non-Help options into Window (Shell+Editor) and Editor (only).
 Leave room for the addition of new options.
 Patch by Terry Jan Reedy.
diff --git a/Lib/idlelib/TODO.txt b/Lib/idlelib/TODO.txt
index e2f1ac0f274001..41b86b0c6d5bbd 100644
--- a/Lib/idlelib/TODO.txt
+++ b/Lib/idlelib/TODO.txt
@@ -179,7 +179,7 @@ it -- i.e. you can only edit the current command, and the 
cursor can't
 escape from the command area.  (Albert Brandl)
 
 - Set X11 class to "idle/Idle", set icon and title to something
-beginning with "idle" -- for window manangers.  (Randall Hopper)
+beginning with "idle" -- for window managers.  (Randall Hopper)
 
 - Config files editable through a preferences dialog.  (me) DONE
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to