Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror authored Jun 6, 2024
1 parent 1277a93 commit 63cbb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ For **Translations**,
print(dictionary.translate('en', 'Range'))
This will return the Translation of the word 'Range' in 20 different languages.
This will return the word 'Range' translation in 20 different languages.
You can also extend the scope of the translations by providing a target language,
which will use Google Translate API, for example:

Expand All @@ -168,7 +168,7 @@ which will use Google Translate API, for example:
print(dictionary.translate('en', 'Range', to='ru'))
Alternatively, you can set a fixed number of words to the Dictionary Instance. This
is useful if you just want to get the meanings of some words quickly without any development need.
is helpful if you want to get the meanings of some words quickly without any development need.

Example:

Expand Down

0 comments on commit 63cbb98

Please sign in to comment.