X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..0e21cf4902f312ffd26c050c67f00be8607d400b:/wxPython/demo/Timer.py

diff --git a/wxPython/demo/Timer.py b/wxPython/demo/Timer.py
index af5e77e43d..22b7192a2c 100644
--- a/wxPython/demo/Timer.py
+++ b/wxPython/demo/Timer.py
@@ -229,7 +229,7 @@ class NotifyTimer(wx.Timer):
         self.log = log
         
     def Notify(self):
-        log.write("got NotifyTimer event\n")
+        self.log.write("got NotifyTimer event\n")