cpython: 358a2b2fbad4 (original) (raw)

Mercurial > cpython

changeset 85249:358a2b2fbad4 3.3

Issue #18592: whitespace [#18592]

Terry Jan Reedy tjreedy@udel.edu
date Sun, 18 Aug 2013 18:27:02 -0400
parents e09dfdbeb9a2
children 85e64d9021fd 366ca21600c9
files Lib/idlelib/SearchDialogBase.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/idlelib/SearchDialogBase.py 2

line wrap: on

line diff

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