Update echo.py
settled trademark issue
This commit is contained in:
parent
66106c5cd2
commit
20397fdc03
1 changed files with 1 additions and 1 deletions
2
echo.py
2
echo.py
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue