Skip to content

Commit

Permalink
Merge pull request #35 from chamathpali/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
NeelShah18 committed Dec 31, 2021
2 parents 3a0e80f + 4fb1786 commit b8ceffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Example
>>> import emot
>>> emot_obj = emot.core.emot()
>>> text = "I love python ☮ 🙂 ❤ :-) :-( :-)))"
>>> emot_obj.emoji(test)
>>> emot_obj.emoji(text)
>>> {'value': ['☮', '🙂', '❤'], 'location': [[14, 15], [16, 17], [18, 19]], 'mean': [':peace_symbol:',
':slightly_smiling_face:', ':red_heart:'], 'flag': True}
>>> emot_obj.emoticons(test) >>> {'value': [':-)', ':-(', ':-)))'], 'location': [[20, 23], [24, 27], [28, 33]],
Expand Down

0 comments on commit b8ceffe

Please sign in to comment.