diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-18 22:27:27 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-18 22:27:27 (GMT) |
commit | 5b3d906741d931bbcb252b6d5bf56437e4932838 (patch) | |
tree | d0e36f8dfffde9cb02b6b26009656eef35ac6141 /Lib/idlelib | |
parent | 40fe3240c11f86426c98a70e538a40131bef392b (diff) | |
parent | ba5d8f33ec9538797665ded0b051b3cc6ab52d5c (diff) | |
download | cpython-5b3d906741d931bbcb252b6d5bf56437e4932838.zip cpython-5b3d906741d931bbcb252b6d5bf56437e4932838.tar.gz cpython-5b3d906741d931bbcb252b6d5bf56437e4932838.tar.bz2 |
Merge with 3.3
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/SearchDialogBase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/SearchDialogBase.py b/Lib/idlelib/SearchDialogBase.py index 872c7c2..b8b49b2 100644 --- a/Lib/idlelib/SearchDialogBase.py +++ b/Lib/idlelib/SearchDialogBase.py @@ -8,7 +8,7 @@ class SearchDialogBase: 1 or 2 text entry lines (create_entries, make_entry); a row of standard radiobuttons (create_option_buttons); a row of dialog specific radiobuttons (create_other_buttons). - + The narrow right column contains command buttons (create_command_buttons, make_button). These are bound to functions that execute the command. |