From 0acb646b8e405864224bfd6d7d5089980dea63ac Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 30 Jul 2019 18:14:58 -0400 Subject: Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) --- Lib/idlelib/configdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/configdialog.py') diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py index bba17d3493..df216582fe 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 -- cgit v1.2.1