Skip to content

Commit

Permalink
Update packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
andrewfulton9 and krassowski authored Sep 30, 2024
1 parent 9828c8e commit 2a1ac2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def process_message(self, message: HumanChatMessage):
no_path_arg_message = (
"Please specify a directory or pattern you would like to "
'learn on. "/learn" supports directories relative to '
"the root (or prefferred dir, if set) and unix-style "
"the root (or preferred dir, if set) and Unix-style "
"wildcard matching.\n\n"
"Examples:\n"
"- Learn on the root directory recursively: `/learn .`\n"
Expand Down

0 comments on commit 2a1ac2a

Please sign in to comment.