X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c2c2e0742a3846be5d070ed629f9c040d616f99..25b3661bd4cb44304418b93c0dee1d0dfb99765c:/wxPython/wx/lib/foldpanelbar.py 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.