git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-08-21 04:35:35 +00:00
parent 44070c60b4
commit 98bb251533

View File

@@ -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.