Update class docstrings to refer to "search/replace blocks" instead of "edit blocks"

This commit is contained in:
Your Name (aider) 2024-07-28 20:20:13 -03:00
parent 0ff1c36668
commit 45af678026
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from .editblock_prompts import EditBlockPrompts
class EditBlockCoder(Coder):
"""A coder that uses edit blocks for code modifications."""
"""A coder that uses search/replace blocks for code modifications."""
edit_format = "diff"
gpt_prompts = EditBlockPrompts()