mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
IDLE: Fix typos in docs and comments (GH-13749)
This commit is contained in:
parent
cba9f84725
commit
d9677f36fe
11 changed files with 11 additions and 11 deletions
|
@ -36,7 +36,7 @@ class SearchDialogBase:
|
|||
text (Text searched): set in open(), only used in subclasses().
|
||||
ent (ry): created in make_entry() called from create_entry().
|
||||
row (of grid): 0 in create_widgets(), +1 in make_entry/frame().
|
||||
default_command: set in subclasses, used in create_widgers().
|
||||
default_command: set in subclasses, used in create_widgets().
|
||||
|
||||
title (of dialog): class attribute, override in subclasses.
|
||||
icon (of dialog): ditto, use unclear if cannot minimize dialog.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue