Nidhal Baccouri commited on
Commit
d601909
·
1 Parent(s): 7a2b855

fixed linguee get_languages

Browse files
Files changed (1) hide show
  1. deep_translator/linguee.py +1 -1
deep_translator/linguee.py CHANGED
@@ -25,7 +25,7 @@ class LingueeTranslator(BaseTranslator):
25
  """
26
 
27
  def __init__(
28
- self, source: str, target: str = "en", proxies: Optional[dict] = None, **kwargs
29
  ):
30
  """
31
  @param source: source language to translate from
 
25
  """
26
 
27
  def __init__(
28
+ self, source: str = "en", target: str = "de", proxies: Optional[dict] = None, **kwargs
29
  ):
30
  """
31
  @param source: source language to translate from