From 998e6e9fdba529053429ad3032f181b00132d6c3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 Dec 2003 01:26:42 +0000 Subject: [PATCH] Fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/_wx.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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