diff --git a/deep_translator/chatgpt.py b/deep_translator/chatgpt.py index 9910988..2ab3777 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 ChatGTP + class that wraps functions, which use the ChatGPT under the hood to translate word(s) """