diff --git a/wxPython/wxPython/lib/activexwrapper.py b/wxPython/wxPython/lib/activexwrapper.py index f0af36b59d..479203e9bc 100644 --- a/wxPython/wxPython/lib/activexwrapper.py +++ b/wxPython/wxPython/lib/activexwrapper.py @@ -32,7 +32,7 @@ def MakeActiveXClass(CoClass, eventClass=None, eventObj=None): can be used just like the wxWindow class, but will also respond appropriately to the methods and properties of the COM object. If 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. CoClass -- A COM control class from a module generated by