From: Robin Dunn Date: Wed, 13 Apr 2005 20:50:19 +0000 (+0000) Subject: corrected docstring X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8b5895b0fe39f806ee35ff643b3c9c2904a8ef4f corrected docstring git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 3d2bd525ae..bfaa583272 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -456,7 +456,7 @@ public: |- wx.ALL | | | | | +----------------------------+------------------------------------------+ - |- wx.EXAPAND |The item will be expanded to fill | + |- wx.EXPAND |The item will be expanded to fill | | |the space allotted to the item. | +----------------------------+------------------------------------------+ |- wx.SHAPED |The item will be expanded as much as |