diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-30 22:14:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 22:14:58 (GMT) |
commit | 0acb646b8e405864224bfd6d7d5089980dea63ac (patch) | |
tree | 3cff881b9a494392d9a57382f75be584ccde2a59 /Lib/idlelib/configdialog.py | |
parent | 84846b0187919551b1b08dca447658bbbbb710b1 (diff) | |
download | cpython-0acb646b8e405864224bfd6d7d5089980dea63ac.zip cpython-0acb646b8e405864224bfd6d7d5089980dea63ac.tar.gz cpython-0acb646b8e405864224bfd6d7d5089980dea63ac.tar.bz2 |
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
Diffstat (limited to 'Lib/idlelib/configdialog.py')
-rw-r--r-- | Lib/idlelib/configdialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py index bba17d3..df21658 100644 --- a/Lib/idlelib/configdialog.py +++ b/Lib/idlelib/configdialog.py @@ -1793,7 +1793,7 @@ class GenPage(Frame): """Return frame of widgets for General tab. Enable users to provisionally change general options. Function - load_general_cfg intializes tk variables and helplist using + load_general_cfg initializes tk variables and helplist using idleConf. Radiobuttons startup_shell_on and startup_editor_on set var startup_edit. Radiobuttons save_ask_on and save_auto_on set var autosave. Entry boxes win_width_int and win_height_int |