X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Fwidgets%2Ftext.py;h=f105e3bc1cb972dd6dde63534b1fd2e833d05928;hp=af7f0ac55c11b898b103363aec27dcde9c855e12;hb=ad524ce884e9ca69f29dbf8efca089ef1c410a97;hpb=9f380d76b4ed0c8aaef84fc783e91003ad485c93 diff --git a/naja/widgets/text.py b/naja/widgets/text.py index af7f0ac..f105e3b 100644 --- a/naja/widgets/text.py +++ b/naja/widgets/text.py @@ -171,7 +171,7 @@ class TextBoxWidget(TextWidget): def _check_markup(self, word): suffix = '' - if word[-1] in '.,': + if word[-1] in '.,:': suffix = word[-1] word = word[:-1]