diff --git a/deep_translator/chatgpt.py b/deep_translator/chatgpt.py index 6905134..9910988 100644 --- a/deep_translator/chatgpt.py +++ b/deep_translator/chatgpt.py @@ -10,7 +10,7 @@ class ChatGptTranslator(BaseTranslator): """ - class that wraps functions, which use the DeeplTranslator translator + class that wraps functions, which use the ChatGTP under the hood to translate word(s) """