Skip to content

Commit

Permalink
Merge pull request #2417 from caetanominuzzo/fix-typo-in-base_coder
Browse files Browse the repository at this point in the history
fix: Correct typo in base_coder by removing duplicate 'in'
  • Loading branch information
paul-gauthier authored Nov 21, 2024
2 parents e94961a + 1b9073b commit ce68062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/coders/base_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def fmt_system_prompt(self, prompt):
if self.chat_language:
language = self.chat_language
else:
language = "in the same language they are using"
language = "the same language they are using"

prompt = prompt.format(
fence=self.fence,
Expand Down

0 comments on commit ce68062

Please sign in to comment.