X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Fwidgets%2Ftext.py;fp=naja%2Fwidgets%2Ftext.py;h=f105e3bc1cb972dd6dde63534b1fd2e833d05928;hp=af7f0ac55c11b898b103363aec27dcde9c855e12;hb=a4cb14512c07e5677c295d56b475a9562936a5e6;hpb=1dd7a53e5f3442d78e1db6d8142445f8185c817b 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]