Skip to content

Commit 86b295c

Browse files
committed
Fix failing doctest
1 parent 9424f1e commit 86b295c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Raises `TranslatorError <textblob.exceptions.TranslatorError>` if the TextBlob c
227227

228228
>>> chinese_blob = TextBlob(u"美丽优于丑陋")
229229
>>> chinese_blob.translate(from_lang="zh-CN", to='en')
230-
TextBlob("Beautiful is better than ugly")
230+
TextBlob("Beauty is better than ugly")
231231

232232
You can also attempt to detect a TextBlob's language using :meth:`TextBlob.detect_language() <TextBlob.detect_language>`.
233233

0 commit comments

Comments
 (0)