]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a typo
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Dec 2003 01:26:42 +0000 (01:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Dec 2003 01:26:42 +0000 (01:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/_wx.py

index 55bf54dc42a9a685d912a1ebab2d80d5e7657dbc..876836e56ec04c5971467270b2229860aa34aa1b 100644 (file)
@@ -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