From: Terry Jan Reedy Date: Sun, 18 Aug 2013 22:27:02 +0000 (-0400) Subject: Issue #18592: whitespace X-Git-Tag: v2.7.6rc1~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a81e969144ddbd561bf698d58db63fcb532f70c2;p=thirdparty%2FPython%2Fcpython.git Issue #18592: whitespace --- diff --git a/Lib/idlelib/SearchDialogBase.py b/Lib/idlelib/SearchDialogBase.py index bd1717a5af52..13ee90dfa4bc 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.