fix code sample runtime error

pull/703/head
pancodaffee 2 years ago committed by GitHub
parent 66f57d6924
commit 5b2f7ef542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ from textblob import TextBlob
blob = TextBlob( blob = TextBlob(
"It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife!" "It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife!"
) )
print(blob.translate(to="fr")) print(blob.translate(from_lang='en', to="fr"))
``` ```

Loading…
Cancel
Save