From f04e836901910f7067113492058a10d1d525f491 Mon Sep 17 00:00:00 2001 From: dh-rico-freitas <110987484+dh-rico-freitas@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:52:26 +0200 Subject: [PATCH] Fix ChatGtpTranslator docstring --- deep_translator/chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) """