]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
Get/SetTitle only for wxTopLevelWindow (wxMGL part).
[wxWidgets.git] / wxPython / src / _sizers.i
index 9dc3a93a0358a912d073bcb66187ffe6db5e8655..1846e410d001fe63a6e97cd9b3757f413c65a5b7 100644 (file)
@@ -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);