From 33b44316a8c2924a07eb63b892eb48b3e73a7781 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 16 Aug 2002 19:54:03 +0000 Subject: [PATCH] Bad copy/paste fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/stattext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'): -- 2.45.2