microsoft / ML-For-Beginners

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
https://microsoft.github.io/ML-For-Beginners/
MIT License
68.98k stars 14.24k forks source link

Updating textblob translate function #689

Closed ghost closed 7 months ago

ghost commented 10 months ago

At line number 66, updating method for translating using textblob method. Updating "print(blob.translate(to='fr'))" to "print(blob.translate(from_lang='en', to='fr'))"

github-actions[bot] commented 7 months ago

This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.