From 98bb25153392f3bcc4a291406a67128c36dcc979 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 21 Aug 2012 04:35:35 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/rawbmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/rawbmp.py b/etg/rawbmp.py index f6c532aa..144dd223 100644 --- a/etg/rawbmp.py +++ b/etg/rawbmp.py @@ -139,7 +139,7 @@ def addPixelDataBaseClass(module): def addPixelDataClass(module, pd, img, bpp, doc=""): # This function creates a ClassDef for a PixelData class defined in C++. - # The C++ versions are template instantiations, so this allows this + # The C++ versions are template instantiations, so this allows us to # create nearly identical classes and just substitute the image class # name and the pixel data class name.