Fix docstring

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-09 01:26:15 +00:00
parent f5bd42d10b
commit e2837d11f3

View File

@@ -872,7 +872,7 @@ the item.", "");
DocDeclStr(
void , ShowItems(bool show),
"Recursively call `wx.Window.Show` on all sizer items.", "");
"Recursively call `wx.SizerItem.Show` on all sizer items.", "");
};