diff --git a/src/punctuation/check.py b/src/punctuation/check.py index 47fb992..f26b059 100755 --- a/src/punctuation/check.py +++ b/src/punctuation/check.py @@ -15,7 +15,10 @@ punctuationPairs = [ ] endingPunctuations = [ - '。', '?', '!', '”', '’', '~', '……', '——', + '。', '?', '!', + '~', '”', '’', + '……', '——', + ':', # special: letter beginning ] defaultPath = os.path.join(