- wx.StaticText(self, -1, "This example uses the wxSpinCtrl control.", (45, 15))
- sc = wx.SpinCtrl(self, -1, "", (30, 50), (80, -1))
+ wx.StaticText(self, -1, "This example uses the wx.SpinCtrl control.", (45, 15))
+ sc = wx.SpinCtrl(self, -1, "", (30, 50))