diff options
Diffstat (limited to 'Lib/idlelib/config_sec.py')
-rw-r--r-- | Lib/idlelib/config_sec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config_sec.py b/Lib/idlelib/config_sec.py index 5137836..7b59124 100644 --- a/Lib/idlelib/config_sec.py +++ b/Lib/idlelib/config_sec.py @@ -1,7 +1,7 @@ """ Dialog that allows user to specify a new config file section name. Used to get new highlight theme and keybinding set names. -The 'return value' for the dialog, used two placed in configDialog.py, +The 'return value' for the dialog, used two placed in configdialog.py, is the .result attribute set in the Ok and Cancel methods. """ from tkinter import * |