From 7fcaa7bd9c929d2e98c29afd81c3a6f3c7f40e73 Mon Sep 17 00:00:00 2001 From: Jason Weill Date: Tue, 5 Dec 2023 17:57:25 -0800 Subject: [PATCH] Revises per @3coins, avoids Latinism --- packages/jupyter-ai/jupyter_ai/chat_handlers/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py b/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py index 8dd4736c3..9479746a4 100644 --- a/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py +++ b/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py @@ -46,7 +46,7 @@ class BaseChatHandler(Configurable): help: ClassVar[str] = ... """What this chat handler does, which third-party models it contacts, - the format of the data it returns to the user, etc. Used in the UI.""" + the data it returns to the user, and so on, for display in the UI.""" routing_type: HandlerRoutingType = ...