changeset: 85249:358a2b2fbad4 branch: 3.3 parent: 85247:e09dfdbeb9a2 user: Terry Jan Reedy date: Sun Aug 18 18:27:02 2013 -0400 files: Lib/idlelib/SearchDialogBase.py description: Issue #18592: whitespace diff -r e09dfdbeb9a2 -r 358a2b2fbad4 Lib/idlelib/SearchDialogBase.py --- a/Lib/idlelib/SearchDialogBase.py Sun Aug 18 18:22:43 2013 -0400 +++ b/Lib/idlelib/SearchDialogBase.py Sun Aug 18 18:27:02 2013 -0400 @@ -8,7 +8,7 @@ 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.