From 4d170c95f6b8e6210ff6ac8f95c023b4bddbf6d6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 15 Jun 2005 01:11:54 +0000 Subject: [PATCH] reSWIGged git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/gtk/_core.py | 2 +- wxPython/src/mac/_core.py | 2 +- wxPython/src/msw/_core.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) 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) 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) -- 2.45.2