@ -63,7 +63,7 @@ from textblob import 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!"
)
print(blob.translate(to="fr"))
print(blob.translate(from_lang='en', to="fr"))
```