Issue #18592: whitespace

This commit is contained in:
Terry Jan Reedy 2013-08-18 18:27:02 -04:00
parent 9946a28988
commit a81e969144
1 changed files with 1 additions and 1 deletions

View File

@ -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.