From 70ec7a3827b0c928ba07ead154a874e7de735a73 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 29 Oct 2000 02:18:59 +0000 Subject: [PATCH] fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/activexwrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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