From 33a43c5e1ec71c840ea76f3609523bb0966641b0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 29 Oct 1999 22:26:06 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/demo/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) #--------------------------------------------- -- 2.50.0