lushan88a / google_trans_new

A free and unlimited python API for google translate.
MIT License
393 stars 170 forks source link

Typo in code in Readme #34

Open jojo96 opened 3 years ago

jojo96 commented 3 years ago

Hi I think that there is a typo in the code in the readme section:

In the Pronounce section: Pronounce = translator.transalate('สวัสดีจีน',lang_src='th',lang_tgt='zh',pronounce=True)

It should be translator.translate(..)