mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
Update class docstrings to refer to "search/replace blocks" instead of "edit blocks"
This commit is contained in:
parent
0ff1c36668
commit
45af678026
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue