Fix typo in wx.StaticBoxSixer

This commit is contained in:
Mike Driscoll
2019-07-23 12:33:17 -05:00
committed by GitHub
parent a83dea0030
commit fcf30690d6

View File

@@ -565,7 +565,7 @@ in the last sample, only the box sizer is a vertical box sizer now:
StaticBoxSizer
--------------
:class:`wx.StaticBoxSixer` is the same as a :class:`wx.BoxSizer`, but
:class:`wx.StaticBoxSizer` is the same as a :class:`wx.BoxSizer`, but
surrounded by a static box. Here is a sample: