Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Nov 3, 2023
1 parent c16210c commit 65f9d39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ You can also script aider from python:
from aider.coders import Coder

# This is a list of files to add to the chat
fnames = ['foo.py']
fnames = ["foo.py"]

# Create a coder object
coder = Coder.create(fnames=fnames)
Expand All @@ -286,5 +286,4 @@ coder.run("make a script that prints hello world")

# Send another instruction
coder.run("make it say goodbye")

```

0 comments on commit 65f9d39

Please sign in to comment.