Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsproisl committed Aug 2, 2017
1 parent 1bc74f1 commit 46a42a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion somajo/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, split_camel_case=False, token_classes=False, extra_info=False
"*_*", "._.", ":wink:", ">_<", "*<:-)",
":!:", ":;-))"])
emoticon_list = sorted(emoticon_set, key=len, reverse=True)
self.emoticon = re.compile(r"""(?:(?:[:;]|(?<!\d)8) # a variery of eyes, alt.: [:;8]
self.emoticon = re.compile(r"""(?:(?:[:;]|(?<!\d)8) # a variety of eyes, alt.: [:;8]
[-'oO]? # optional nose or tear
(?: \)+ | \(+ | [*] | ([DPp])\1*(?!\w))) # a variety of mouths
""" +
Expand Down

0 comments on commit 46a42a8

Please sign in to comment.