X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f433feff9251ded00bba26b633f93e660cd44c4..bb86baea10afec3a7e4860c17b20edd485c628d6:/wxPython/src/gtk/_core.py diff --git a/wxPython/src/gtk/_core.py b/wxPython/src/gtk/_core.py index 22ecb6ff62..c3cdc53e95 100644 --- a/wxPython/src/gtk/_core.py +++ b/wxPython/src/gtk/_core.py @@ -11522,7 +11522,7 @@ class Sizer(Object): 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. """ return _core_.Sizer_GetItem(*args, **kwargs)