From ba5d8f33ec9538797665ded0b051b3cc6ab52d5c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 18 Aug 2013 18:27:02 -0400 Subject: Issue #18592: whitespace --- Lib/idlelib/SearchDialogBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12