X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c2c2e0742a3846be5d070ed629f9c040d616f99..d946915c2039f02793670f91d707bee26cd6f88e:/wxPython/wx/lib/foldpanelbar.py?ds=inline diff --git a/wxPython/wx/lib/foldpanelbar.py b/wxPython/wx/lib/foldpanelbar.py index 2d65502444..4cc6c907e2 100644 --- a/wxPython/wx/lib/foldpanelbar.py +++ b/wxPython/wx/lib/foldpanelbar.py @@ -1075,7 +1075,7 @@ class FoldPanelBar(wx.Panel): it is resized. Very handy for sizer items, buttons and text boxes. - * FPB_ALIGN_LEFT: Alligns left instead of fitting the + * FPB_ALIGN_LEFT: Aligns left instead of fitting the width of the child window to be added. Use either this one or FPB_ALIGN_WIDTH.