Skip to content

Commit 9a28400

Browse files
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
(cherry picked from commit 15119bc) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 8ba8cc5 commit 9a28400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/idlelib/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ tooltip.py # unused
115115

116116
IDLE MENUS
117117
Top level items and most submenu items are defined in mainmenu.
118-
Extenstions add submenu items when active. The names given are
118+
Extensions add submenu items when active. The names given are
119119
found, quoted, in one of these modules, paired with a '<<pseudoevent>>'.
120120
Each pseudoevent is bound to an event handler. Some event handlers
121121
call another function that does the actual work. The annotations below

Lib/idlelib/browser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def transform_children(child_dict, modname=None):
2929
The dictionary maps names to pyclbr information objects.
3030
Filter out imported objects.
3131
Augment class names with bases.
32-
The insertion order of the dictonary is assumed to have been in line
32+
The insertion order of the dictionary is assumed to have been in line
3333
number order, so sorting is not necessary.
3434
3535
The current tree only calls this once per child_dict as it saves

0 commit comments

Comments
 (0)