From: Robin Dunn Date: Fri, 29 Oct 1999 22:26:06 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33a43c5e1ec71c840ea76f3609523bb0966641b0 fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/demo/Main.py b/utils/wxPython/demo/Main.py index b97ff479d3..21c5db7bc5 100644 --- a/utils/wxPython/demo/Main.py +++ b/utils/wxPython/demo/Main.py @@ -194,7 +194,7 @@ class wxPythonDemo(wxFrame): self.tree.EnsureVisible(selectedDemo) - self.WriteText('window handle: %s\n' % self.GetHandle()) + self.WriteText('window handle: %s\n' % self.GetHandle()) #---------------------------------------------