X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f433feff9251ded00bba26b633f93e660cd44c4..32485259c1342115488d219776dfebeb3d4d81b1:/wxPython/src/mac/_core.py diff --git a/wxPython/src/mac/_core.py b/wxPython/src/mac/_core.py index 22ecb6ff62..c3cdc53e95 100644 --- a/wxPython/src/mac/_core.py +++ b/wxPython/src/mac/_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)