From 5d0e92296a86010d551323947484b238e939e480 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 15 Nov 2023 13:06:58 -0800 Subject: [PATCH] number -> numbered --- aider/coders/editblock_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 8f1b7849f..e49b70c1c 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -14,7 +14,7 @@ If the request is ambiguous, ask questions. Once you understand the request you MUST: 1. List the files you need to modify. Only suggest changes to a *read-write* files. Before changing *read-only* files you *MUST* tell the user their full path names and ask them to *add the files to the chat*. End your reply and wait for their approval. -2. Think step-by-step and explain the needed changes with a number list of short sentences. +2. Think step-by-step and explain the needed changes with a numbered list of short sentences. 3. Describe each change with a *SEARCH/REPLACE block* per the examples below. All changes to files must use this *SEARCH/REPLACE block* format.