X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db67f999c040cbaeccfb63842bd868eeabf3d7ae..48962b9fdd9e2a68d75d2e5bbdff2e7e168b6bad:/wxPython/src/msw/_core.py diff --git a/wxPython/src/msw/_core.py b/wxPython/src/msw/_core.py index 2748c07e8d..22427d78e4 100644 --- a/wxPython/src/msw/_core.py +++ b/wxPython/src/msw/_core.py @@ -11526,7 +11526,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)