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

@ -4,6 +4,6 @@ from .editblock_fenced_prompts import EditBlockFencedPrompts
class EditBlockFencedCoder(EditBlockCoder):
"""A coder that uses fenced edit blocks for code modifications."""
"""A coder that uses fenced search/replace blocks for code modifications."""
edit_format = "diff-fenced"
gpt_prompts = EditBlockFencedPrompts()