diff --git a/gooey/gui/ChooserRunner.py b/gooey/gui/ChooserRunner.py index 7637e4c..9f27e3d 100644 --- a/gooey/gui/ChooserRunner.py +++ b/gooey/gui/ChooserRunner.py @@ -11,7 +11,7 @@ class MyFrame(wx.Frame): self.SetBackgroundColour('#ffffff') sizer = wx.BoxSizer(wx.VERTICAL) - f = CalendarChooser({'title':'cool title', 'help_msg':'cool help msg that is super long and intense and has lots of words!', 'nargs': '+'}) + f = CalendarChooser({'title':'cool title', 'help_msg':'cool help msg that is super long and intense andd has lots of words!', 'nargs': '+'}) sizer.Add(f.build(self), 0, wx.EXPAND) self.SetSizer(sizer)