Merge pull request #1312 from driscollis/patch-4

Fix typo in wx.StaticBoxSixer

(cherry picked from commit 773d8a83d9)
This commit is contained in:
Robin Dunn
2019-07-24 20:55:57 -07:00
committed by Robin Dunn
parent 8eb27baa31
commit bd55467e6d

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: