Merge pull request #1312 from driscollis/patch-4

Fix typo in wx.StaticBoxSixer
This commit is contained in:
Robin Dunn
2019-07-24 20:55:57 -07:00
committed by GitHub

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: