From 8423f117639968a8e21344c52c5bc746596508c6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 21 Jul 2004 20:28:23 +0000 Subject: [PATCH] Docstring updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_control.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_control.i b/wxPython/src/_control.i index 97e40732db..c89a9ecb89 100644 --- a/wxPython/src/_control.i +++ b/wxPython/src/_control.i @@ -144,7 +144,7 @@ has wx.LB_SORT or wx.CB_SORT style).", ""); DocDeclAStrName( void , Append(const wxArrayString& strings), - "Append(self, List strings)", + "AppendItems(self, List strings)", "Apend several items at once to the control. Notice that calling this method may be much faster than appending the items one by one if you need to add a lot of items.", "",