fix some punctuation maybe

This commit is contained in:
Katya Demidova 2016-11-11 15:10:04 +03:00 committed by GitHub
parent 672d2ab98b
commit 8fd2c35ec3
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ class Pair(Model):
__guarded__ = ['id']
# TODO Move to config
end_sentence = '.!?'
all = '.!?,;:'
end_sentence = '.....!!?'
all = '.!?,;:()"\'
@has_many
def replies(self):