X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0fbf24ba6abc81db66ead334d69af670a8ec5a7..8262f9aecb42cefb62a6c574812a2db3dcc33661:/wxPython/src/msw/wx.py?ds=inline diff --git a/wxPython/src/msw/wx.py b/wxPython/src/msw/wx.py index d72f84b8a0..76d13b852a 100644 --- a/wxPython/src/msw/wx.py +++ b/wxPython/src/msw/wx.py @@ -1676,7 +1676,7 @@ class __wxPyCleanup: sys.__wxPythonCleanup = __wxPyCleanup() -## # another possible solution, but it gets called too eary... +## # another possible solution, but it gets called too early... ## if sys.version[0] == '2': ## import atexit ## atexit.register(wxc.wxApp_CleanUp)