From e2837d11f376738466c3cce3e2644de4d24b527e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 9 Oct 2004 01:26:15 +0000 Subject: [PATCH] Fix docstring git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_sizers.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index d85ecefb7a..49bc1ec8d5 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -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.", ""); }; -- 2.50.0