From: Robin Dunn Date: Fri, 23 Jan 2004 21:11:27 +0000 (+0000) Subject: Typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2370fd3a74c058d9d619407a7a7f1a42f8a12fa5 Typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/MultiSash.py b/wxPython/demo/MultiSash.py index d978b0395e..eb49ea455c 100644 --- a/wxPython/demo/MultiSash.py +++ b/wxPython/demo/MultiSash.py @@ -53,7 +53,7 @@ class TestWindow(stc.StyledTextCtrl): TestWindow.doc = self.GetDocPointer() - def SutdownDemo(self): + def ShutDownDemo(self): # Reset doc reference in case this demo is run again TestWindow.doc = None