From 03181d8c1e57b67286843e4e6eec6d8add281ffc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 25 Sep 2003 22:23:58 +0000 Subject: [PATCH] add a missing comma git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/maskededit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wxPython/lib/maskededit.py b/wxPython/wxPython/lib/maskededit.py index 95733d881d..86aeba8feb 100644 --- a/wxPython/wxPython/lib/maskededit.py +++ b/wxPython/wxPython/lib/maskededit.py @@ -3516,7 +3516,7 @@ class wxMaskedEditMixin: start, end = fraction._extent wxCallAfter(self._SetInsertionPoint, start) if fraction._selectOnFieldEntry: - dbg('queuing selection after decimal point to:' (start, end)) + dbg('queuing selection after decimal point to:', (start, end)) wxCallAfter(self._SetSelection, start, end) keep_processing = False