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