From 11926a783769b28616e87133e6173eda2f940a5c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 13 Feb 2004 19:06:55 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 909b65de18..1807886184 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -600,7 +600,7 @@ class wxPythonDemo(wx.Frame): splitter2.SetMinimumPaneSize(20) - # Make the splitter on the right expand the top wind when resized + # Make the splitter on the right expand the top window when resized def SplitterOnSize(evt): splitter = evt.GetEventObject() sz = splitter.GetSize() -- 2.45.2