From: Robin Dunn Date: Wed, 24 Dec 2003 01:26:42 +0000 (+0000) Subject: Fixed a typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/998e6e9fdba529053429ad3032f181b00132d6c3?ds=sidebyside;hp=88c0b108970b44c90622eb1353840a9080fe6ce0 Fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wxPython/_wx.py b/wxPython/wxPython/_wx.py index 55bf54dc42..876836e56e 100644 --- a/wxPython/wxPython/_wx.py +++ b/wxPython/wxPython/_wx.py @@ -11,10 +11,10 @@ from misc import * del wx -# Make some to help backawrds compatibility for the old namespace. -# This is only for code that is using tthe wxPython.wx package and -# using names and classes in the old way. New code should use the wx -# namespace and the new names. +# Make some aliases to help backawrds compatibility for the old +# namespace. This is only for code that is using tthe wxPython.wx +# package and using names and classes in the old way. New code should +# use the wx namespace and the new names. wxPyDefaultPosition = wxDefaultPosition wxPyDefaultSize = wxDefaultSize