diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:09:06 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:09:06 (GMT) |
commit | b2f87608d1ef42fa30d48b0beac58a17dcf649f4 (patch) | |
tree | 707566e83451df55b7af0d14477cbd544fdd8912 | |
parent | 93f3542ae4501a8520cb6769db82038986ecf8d5 (diff) | |
download | cpython-b2f87608d1ef42fa30d48b0beac58a17dcf649f4.zip cpython-b2f87608d1ef42fa30d48b0beac58a17dcf649f4.tar.gz cpython-b2f87608d1ef42fa30d48b0beac58a17dcf649f4.tar.bz2 |
Issue #24782: whitespace
-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 3f1207b..f9092e1 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. |