Nidhal Baccouri commited on
Commit
fa67ada
·
unverified ·
2 Parent(s): 81548de 17c7082

Merge pull request #250 from Touch-Night/master

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 ChatGTP
14
  under the hood to translate word(s)
15
  """
16
 
 
10
 
11
  class ChatGptTranslator(BaseTranslator):
12
  """
13
+ class that wraps functions, which use the ChatGPT
14
  under the hood to translate word(s)
15
  """
16