Trim Trailing Whitespace demos

This commit is contained in:
Metallicow
2016-11-24 19:26:05 -06:00
parent 3d30023218
commit c273dfa9b1
90 changed files with 645 additions and 646 deletions

View File

@@ -18,7 +18,7 @@ class TestPanel(wx.Panel):
'blueberry', 'raspberry', 'blackberry', 'snozzleberry',
'etc', 'etc..', 'etc...' ]
dlg = wx.MultiChoiceDialog( self,
dlg = wx.MultiChoiceDialog( self,
"Pick some fruit from\nthis list",
"wx.MultiChoiceDialog", lst)