Skip to content

Commit 76b81be

Browse files
Fix typo in README
1 parent 503bf28 commit 76b81be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ print(result[1].detected_source_lang) # "ES"
6262
# Translate a formal document from English to German
6363
translator.translate_document_from_filepath(
6464
"Instruction Manual.docx",
65-
"Bedienungsanleitlung.docx",
65+
"Bedienungsanleitung.docx",
6666
target_lang="DE",
6767
formality="more"
6868
)

0 commit comments

Comments
 (0)