diff --git a/wx/lib/scrolledpanel.py b/wx/lib/scrolledpanel.py index c0c73fa3..b3f3729e 100644 --- a/wx/lib/scrolledpanel.py +++ b/wx/lib/scrolledpanel.py @@ -53,12 +53,12 @@ Usage example:: vbox = wx.BoxSizer(wx.VERTICAL) desc = wx.StaticText(self, -1, - "ScrolledPanel extends wx.ScrolledWindow, adding all " - "the necessary bits to set up scroll handling for you.\n\n" - "Here are three fixed size examples of its use. The " - "demo panel for this sample is also using it -- the \nwx.StaticLine " - "below is intentionally made too long so a scrollbar will be " - "activated." + "ScrolledPanel extends wx.ScrolledWindow, adding all " \ + "the necessary bits to set up scroll handling for you.\n\n" \ + "Here are three fixed size examples of its use. The " \ + "demo panel for this sample is also using it -- the \nwx.StaticLine " \ + "below is intentionally made too long so a scrollbar will be " \ + "activated." ) desc.SetForegroundColour("Blue")