mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user