X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2abc0a0f9bf1a1c4fb3e807be687850949603e5c..dd60b9ec1e436bfa13eb94ffb69f921aef534eb0:/utils/wxPython/demo/Main.py?ds=inline 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()) #---------------------------------------------