diff --git a/aider/coders/patch_flex_coder.py b/aider/coders/patch_flex_coder.py index 41fb23d5d..c8fd0ee98 100644 --- a/aider/coders/patch_flex_coder.py +++ b/aider/coders/patch_flex_coder.py @@ -276,7 +276,7 @@ class PatchFlexCoder(Coder): # Rename class index += 1 if not path: raise DiffError(f"Update File action missing path (line {line_num}).") - # We don't check for duplicates; multiple UPDATEs for the same file are handled sequentially. + # Don't check for duplicates; multiple UPDATEs for the same file are processed sequentially. # if path not in known_files: # self.io.tool_warning(f"Update target '{path}' not in chat context.")