Guanghua Lu commited on
Commit
17c7082
·
unverified ·
1 Parent(s): 5400b9c

Update chatgpt.py

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