Skip to content

Commit

Permalink
Revises per @3coins, avoids Latinism
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Dec 6, 2023
1 parent dedeb6f commit 7fcaa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ...

Expand Down

0 comments on commit 7fcaa7b

Please sign in to comment.