Nidhal Baccouri commited on
Commit
a348dde
·
unverified ·
2 Parent(s): c0f2636 f04e836

Merge pull request #234 from dh-rico-freitas/patch-1

Browse files
Files changed (1) hide show
  1. deep_translator/chatgpt.py +1 -1
deep_translator/chatgpt.py CHANGED
@@ -10,7 +10,7 @@ from deep_translator.exceptions import ApiKeyException
10
 
11
  class ChatGptTranslator(BaseTranslator):
12
  """
13
- class that wraps functions, which use the DeeplTranslator translator
14
  under the hood to translate word(s)
15
  """
16
 
 
10
 
11
  class ChatGptTranslator(BaseTranslator):
12
  """
13
+ class that wraps functions, which use the ChatGTP
14
  under the hood to translate word(s)
15
  """
16