]> granicus.if.org Git - python/commitdiff
Issue #18592: whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 18 Aug 2013 22:27:02 +0000 (18:27 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 18 Aug 2013 22:27:02 +0000 (18:27 -0400)
Lib/idlelib/SearchDialogBase.py

index bd1717a5af52c54cf4a422c26616703cbfb09294..13ee90dfa4bc4962f33bc69c259d35f8fa31f22a 100644 (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.