From 742cddec02da318c0b10927f5d50bc45f126dc86 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 27 Aug 2024 08:42:06 -0700 Subject: [PATCH] copy --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: