Update echo.py

settled trademark issue
This commit is contained in:
TheLie0 2017-10-26 23:47:15 +02:00 committed by GitHub
parent 66106c5cd2
commit 20397fdc03

View file

@ -25,7 +25,7 @@ def backw(strng):
def translate(text):
"""returns an english translation of your input.
Translation provided by Google Translate"""
Translation provided by Google Translate"""
translator = Translator()
return translator.translate(text).text