X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..94d33c49d11788ae1939e9fffb0b28fe04693f47:/wxPython/demo/PythonEvents.py diff --git a/wxPython/demo/PythonEvents.py b/wxPython/demo/PythonEvents.py index 98301706ff..911f04b4aa 100644 --- a/wxPython/demo/PythonEvents.py +++ b/wxPython/demo/PythonEvents.py @@ -77,7 +77,7 @@ def runTest(frame, nb, log): overview = """\ -This demo is a contrived example of defining an event class in wxPython and sending it up the containment heirachy for processing. +This demo is a contrived example of defining an event class in wxPython and sending it up the containment hierarchy for processing. """