X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..75c60b3e6543c69c99579854c7ab0db590cb0bbe:/wxPython/demo/MultiSash.py 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