diff --git a/wxPython/wxPython/lib/stattext.py b/wxPython/wxPython/lib/stattext.py index c5a89e9f45..0aa919f850 100644 --- a/wxPython/wxPython/lib/stattext.py +++ b/wxPython/wxPython/lib/stattext.py @@ -79,7 +79,7 @@ class wxGenStaticText(wxPyControl): def DoGetBestSize(self): """Overridden base class virtual. Determines the best size of the - button based on the label and bezel size.""" + button based on the label size.""" label = self.GetLabel() maxWidth = totalHeight = 0 for line in label.split('\n'):