From: Terry Jan Reedy Date: Wed, 14 Oct 2015 02:08:45 +0000 (-0400) Subject: Issue #24782: whitespace X-Git-Tag: v2.7.11rc1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4922ac1b8010516a59d5b345f844c269b162f8f0;p=thirdparty%2FPython%2Fcpython.git Issue #24782: whitespace --- diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index f913d0e0da2f..c95a22ed5e73 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.