]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_core.py
fixes to wint_t and wchar_t handling in unichar.h (fixes FreeBSD compilation and...
[wxWidgets.git] / wxPython / src / msw / _core.py
index 7d7963abfbab27dda0c31147c77d1633c6289fac..ef7641dfd2eea2d511f094bc3e847a32676bb2bd 100644 (file)
@@ -9360,7 +9360,7 @@ class Window(EvtHandler):
 
         Pushes this event handler onto the event handler stack for the window.
         An event handler is an object that is capable of processing the events
-        sent to a window.  (In other words, is able to dispatch the events to
+        sent to a window.  (In other words, is able to dispatch the events to a
         handler function.)  By default, the window is its own event handler,
         but an application may wish to substitute another, for example to
         allow central implementation of event-handling for a variety of