From 4922ac1b8010516a59d5b345f844c269b162f8f0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 13 Oct 2015 22:08:45 -0400 Subject: [PATCH] Issue #24782: whitespace --- Lib/idlelib/configDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index f913d0e0da..c95a22ed5e 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -1207,7 +1207,7 @@ class ConfigDialog(Toplevel): This code is generic - it works for any and all IDLE extensions. IDLE extensions save their configuration options using idleConf. - This code reads the current configuration using idleConf, supplies a + This code reads the current configuration using idleConf, supplies a GUI interface to change the configuration values, and saves the changes using idleConf. -- 2.50.1