From: Terry Jan Reedy Date: Wed, 14 Oct 2015 02:09:06 +0000 (-0400) Subject: Issue #24782: whitespace X-Git-Tag: v3.5.1rc1~160^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2f87608d1ef42fa30d48b0beac58a17dcf649f4;p=thirdparty%2FPython%2Fcpython.git Issue #24782: whitespace --- diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index 3f1207b56eeb..f9092e1df8cf 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -1190,7 +1190,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.