Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 27, 2018
1 parent 2d2765f commit b2e2bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/lang/hi/lex_attrs.py
Expand Up @@ -53,6 +53,6 @@ def like_num(text):


LEX_ATTRS = {
NORM: norm
NORM: norm,
LIKE_NUM: like_num
}

0 comments on commit b2e2bba

Please sign in to comment.