From: Robin Dunn Date: Tue, 22 Jun 1999 16:08:43 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34e5bea57399f535aaece163f6b9b0cc3fd0c4f1 typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/lib/sizers/box.py b/utils/wxPython/lib/sizers/box.py index 0159c8d9c5..64c9378565 100644 --- a/utils/wxPython/lib/sizers/box.py +++ b/utils/wxPython/lib/sizers/box.py @@ -86,7 +86,7 @@ class wxBoxSizer(wxSizer): def RecalcSizes(self): - # get current dimensions, for performance + # get current dimensions, save for performance myWidth = self.size.width myHeight = self.size.height