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

test pyflakes

parent d50e99cc
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ wordToEmoji = {
def translate(word):
if word in wordToEmoji.keys():
if wor 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