= commited on
Commit
cd83034
·
1 Parent(s): 790d8de

updated examples

Browse files
Files changed (1) hide show
  1. examples/pons.py +2 -5
examples/pons.py CHANGED
@@ -2,9 +2,6 @@
2
  from deep_translator import PonsTranslator
3
 
4
 
5
- res = PonsTranslator(source='de', target='en').translate('übersetzen', return_all=False)
6
 
7
-
8
- e2a = PonsTranslator('ar', 'en').translate('آخُذ اَلْباص.', return_all=True)
9
-
10
- print(e2a)
 
2
  from deep_translator import PonsTranslator
3
 
4
 
5
+ res = PonsTranslator(source='en', target='de').translate('good', return_all=False)
6
 
7
+ print(res)