diff --git a/aider/commands.py b/aider/commands.py index d332d946e..d3e89d446 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -120,7 +120,7 @@ class Commands: self.io.tool_output("Please provide a partial model name to search for.") def cmd_web(self, args, paginate=True): - "Scrape a webpage, convert to markdown and add to the chat" + "Scrape a webpage, convert to markdown and send in a message" url = args.strip() if not url: