summaryrefslogtreecommitdiff
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-18 18:27:02 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-18 18:27:02 -0400
commit0ade83360a47cea396f864eb4ec36e72f5622a33 (patch)
treea8b3af896bdf1aef1476c2aac8006cd258986992 /Lib/idlelib
parent259a7395fad632f924ddf884ab3abd53d1142c7e (diff)
downloadcpython-0ade83360a47cea396f864eb4ec36e72f5622a33.tar.gz
Issue #18592: whitespace
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/SearchDialogBase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/SearchDialogBase.py b/Lib/idlelib/SearchDialogBase.py
index 872c7c2b8a..b8b49b2a1e 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.