]> 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 872c7c2b8a74abbc0223415e38b9a57e1ec6455a..b8b49b2a1e3ddf9280e3cc57fe3047a41116dffc 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.