summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/SearchDialogBase.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-18 22:27:02 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-18 22:27:02 (GMT)
commitba5d8f33ec9538797665ded0b051b3cc6ab52d5c (patch)
treeb4a9135671bbc47ac7e6e8e852dcd50ee08ba972 /Lib/idlelib/SearchDialogBase.py
parentc5507c0d76b3a9c6ec3fbfdabd9e5030bda283be (diff)
downloadcpython-ba5d8f33ec9538797665ded0b051b3cc6ab52d5c.zip
cpython-ba5d8f33ec9538797665ded0b051b3cc6ab52d5c.tar.gz
cpython-ba5d8f33ec9538797665ded0b051b3cc6ab52d5c.tar.bz2
Issue #18592: whitespace
Diffstat (limited to 'Lib/idlelib/SearchDialogBase.py')
-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 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.