X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/611dc22ceee63fcfd8b6af38f7f74ba9f3c5a268..d3a80c922c7f0932f0b3985846e58ef48e3a6da7:/wxPython/demo/ContextHelp.py?ds=sidebyside

diff --git a/wxPython/demo/ContextHelp.py b/wxPython/demo/ContextHelp.py
index d66719655c..2c2a567ab7 100644
--- a/wxPython/demo/ContextHelp.py
+++ b/wxPython/demo/ContextHelp.py
@@ -64,7 +64,7 @@ class TestPanel(wxPanel):
 
 
     def OnCtxHelp2(self, evt):
-         self.log.write("OnCtxHelp: %s" % evt)
+         self.log.write("OnCtxHelp: %s\n" % evt)
          tip = wxTipWindow(self, "This is a wxTipWindow")