From: Robin Dunn Date: Tue, 14 Jun 2005 22:54:22 +0000 (+0000) Subject: docstring typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aae5d34f852a5f8390ecf53a498a1d9cb5dec3e6 docstring typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 9dc3a93a03..1846e410d0 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -635,7 +635,7 @@ was found and detached.", ""); "GetItem(self, item) -> wx.SizerItem", "Returns the `wx.SizerItem` which holds the *item* given. The *item* parameter can be either a window, a sizer, or the zero-based index of -the item to be detached.", ""); +the item to be found.", ""); wxSizerItem* GetItem(PyObject* item) { wxPyBlock_t blocked = wxPyBeginBlockThreads(); wxPySizerItemInfo info = wxPySizerItemTypeHelper(item, false, true);