Skip to content

Commit ee87efc

Browse files
committed
Update docs
1 parent 8db44e7 commit ee87efc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ Antonyms: <br>
127127
```python
128128
from PyDictAPI import Translate
129129
t = Translate()
130+
print(t.languages_help()) # Prints all supported languages
131+
# OR
130132
print(t.languages_help(pretty=True))
131-
# Pretty=true returns the list of supported languages in a well structured manner
132-
# By default Pretty is set to False
133+
# Pretty=true returns the list in a well structured manner. By default Pretty is set to False
133134

134135
print(t.translateItems("Hello, How are you?", "hi")) # hi: Hindi
135136

0 commit comments

Comments
 (0)