X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38260cced8dea91c4ab3955cae8c3b2179a12a16..d0ee33f5c6908b4ac5e1364381f0ef00942e3936:/wxPython/src/_sizers.i?ds=inline diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 3d2bd525ae..9dc3a93a03 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 | @@ -932,7 +932,7 @@ the item.", ""); %pythoncode { def Hide(self, item, recursive=False): """ - A convenience method for `Show`(item, False, recursive). + A convenience method for `Show` (item, False, recursive). """ return self.Show(item, False, recursive) }