From d06a313afc2710b61b6cd406a3062e581a75199c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 16 Aug 2012 00:46:03 +0000 Subject: [PATCH] docstring clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/bitmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/bitmap.py b/etg/bitmap.py index fbb83e6c..2102a31f 100644 --- a/etg/bitmap.py +++ b/etg/bitmap.py @@ -108,7 +108,7 @@ def run(): """) c.addCppMethod('void', 'SetSize', '(const wxSize& size)', - doc='Set the bitmap size (does not affect the existing bitmap data).', + doc='Set the bitmap size (does not alter the existing native bitmap data or image size).', body="""\ self->SetWidth(size->x); self->SetHeight(size->y);