changeset: 98735:6bce28fec911 branch: 2.7 parent: 98731:334dc1abc8af user: Terry Jan Reedy date: Tue Oct 13 22:08:45 2015 -0400 files: Lib/idlelib/configDialog.py description: Issue #24782: whitespace diff -r 334dc1abc8af -r 6bce28fec911 Lib/idlelib/configDialog.py --- a/Lib/idlelib/configDialog.py Tue Oct 13 22:03:44 2015 -0400 +++ b/Lib/idlelib/configDialog.py Tue Oct 13 22:08:45 2015 -0400 @@ -1207,7 +1207,7 @@ 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.