fix grammar

Former-commit-id: bd172594d3
This commit is contained in:
Joshua Chin 2015-07-07 14:59:28 -04:00
parent 02526f658c
commit a408e6f96a

View File

@ -8,7 +8,7 @@ DATA_PATH = pathlib.Path(resource_filename('wordfreq', 'data'))
def _emoji_char_class():
"""
Build a regex for emoji substitution. First we create a regex character set
(like "[a-cv-z]") matching characters we consider emoji The final regex
(like "[a-cv-z]") matching characters we consider emoji. The final regex
matches one such character followed by any number of spaces and identical
characters.
"""