Skip to content
Snippets Groups Projects
Commit 7983188d authored by Fabien Zucchet's avatar Fabien Zucchet
Browse files

fix linter

parent e2d7121d
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ wordToEmoji = {
def translate(word):
if wor in wordToEmoji.keys():
if word in wordToEmoji.keys():
return wordToEmoji[word]
else:
return word
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment