Commit 3b247e4a authored by Michal Čihař's avatar Michal Čihař

Fix typo

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bd554ba5
...@@ -143,7 +143,7 @@ class EndStopCheck(TargetCheck): ...@@ -143,7 +143,7 @@ class EndStopCheck(TargetCheck):
if self.is_language(unit, ('hy', )): if self.is_language(unit, ('hy', )):
return self.check_chars( return self.check_chars(
source, target, -1, source, target, -1,
(u'.', u'。', u'।', u'۔', u'։', u'·', u'෴', u'។', ':'. '՝') (u'.', u'。', u'।', u'۔', u'։', u'·', u'෴', u'។', ':', '՝')
) )
if self.is_language(unit, ('hi', 'bn')): if self.is_language(unit, ('hi', 'bn')):
# Using | instead of । is not typographically correct, but # Using | instead of । is not typographically correct, but
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment