mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
This commit is contained in:
parent
96b4087ce7
commit
15119bc2a7
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ def transform_children(child_dict, modname=None):
|
|||
The dictionary maps names to pyclbr information objects.
|
||||
Filter out imported objects.
|
||||
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.
|
||||
|
||||
The current tree only calls this once per child_dict as it saves
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue