We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9424f1e commit 86b295cCopy full SHA for 86b295c
docs/quickstart.rst
@@ -227,7 +227,7 @@ Raises `TranslatorError <textblob.exceptions.TranslatorError>` if the TextBlob c
227
228
>>> chinese_blob = TextBlob(u"美丽优于丑陋")
229
>>> chinese_blob.translate(from_lang="zh-CN", to='en')
230
- TextBlob("Beautiful is better than ugly")
+ TextBlob("Beauty is better than ugly")
231
232
You can also attempt to detect a TextBlob's language using :meth:`TextBlob.detect_language() <TextBlob.detect_language>`.
233
0 commit comments