fixed a typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-10-29 02:18:59 +00:00
parent 7baf56ff17
commit 70ec7a3827

View File

@@ -32,7 +32,7 @@ def MakeActiveXClass(CoClass, eventClass=None, eventObj=None):
can be used just like the wxWindow class, but will also respond can be used just like the wxWindow class, but will also respond
appropriately to the methods and properties of the COM object. If appropriately to the methods and properties of the COM object. If
this class, a derived class or a mix-in class has method names this class, a derived class or a mix-in class has method names
that match the COM objects event names, they will be called that match the COM object's event names, they will be called
automatically. automatically.
CoClass -- A COM control class from a module generated by CoClass -- A COM control class from a module generated by