Commit 15119bc2 authored by Terry Jan Reedy's avatar Terry Jan Reedy Committed by GitHub

IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)

parent 96b4087c
...@@ -115,7 +115,7 @@ tooltip.py # unused ...@@ -115,7 +115,7 @@ tooltip.py # unused
IDLE MENUS IDLE MENUS
Top level items and most submenu items are defined in mainmenu. Top level items and most submenu items are defined in mainmenu.
Extenstions add submenu items when active. The names given are Extensions add submenu items when active. The names given are
found, quoted, in one of these modules, paired with a '<<pseudoevent>>'. found, quoted, in one of these modules, paired with a '<<pseudoevent>>'.
Each pseudoevent is bound to an event handler. Some event handlers Each pseudoevent is bound to an event handler. Some event handlers
call another function that does the actual work. The annotations below call another function that does the actual work. The annotations below
......
...@@ -29,7 +29,7 @@ def transform_children(child_dict, modname=None): ...@@ -29,7 +29,7 @@ def transform_children(child_dict, modname=None):
The dictionary maps names to pyclbr information objects. The dictionary maps names to pyclbr information objects.
Filter out imported objects. Filter out imported objects.
Augment class names with bases. Augment class names with bases.
The insertion order of the dictonary is assumed to have been in line The insertion order of the dictionary is assumed to have been in line
number order, so sorting is not necessary. number order, so sorting is not necessary.
The current tree only calls this once per child_dict as it saves The current tree only calls this once per child_dict as it saves
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment