summaryrefslogtreecommitdiff
path: root/py/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/chat.py')
-rw-r--r--py/chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/chat.py b/py/chat.py
index 8ef4e89..0104014 100644
--- a/py/chat.py
+++ b/py/chat.py
@@ -55,4 +55,4 @@ try:
except KeyboardInterrupt:
vim.command("normal! a Ctrl-C...")
except openai.error.Timeout:
- vim.command("normal! a Connection timeout...")
+ vim.command("normal! aRequest timeout...")