X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..242b7b46ad32ddf0a0730e18c4d88781a2a5c663:/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. """