Fixed a typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2003-12-24 01:26:42 +00:00
parent 88c0b10897
commit 998e6e9fdb

View File

@ -11,10 +11,10 @@ from misc import *
del wx del wx
# Make some to help backawrds compatibility for the old namespace. # Make some aliases to help backawrds compatibility for the old
# This is only for code that is using tthe wxPython.wx package and # namespace. This is only for code that is using tthe wxPython.wx
# using names and classes in the old way. New code should use the wx # package and using names and classes in the old way. New code should
# namespace and the new names. # use the wx namespace and the new names.
wxPyDefaultPosition = wxDefaultPosition wxPyDefaultPosition = wxDefaultPosition
wxPyDefaultSize = wxDefaultSize wxPyDefaultSize = wxDefaultSize