Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare authored Sep 9, 2024
1 parent 6d118dd commit 9d66401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gptme/tools/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.. chat::
User: edit the file `hello.py` to ask for the name to greet
User: edit `hello.py` to ask for the name to greet
Assistant:
```patch hello.py
<<<<<<< ORIGINAL
Expand Down Expand Up @@ -189,4 +189,4 @@ def execute_patch(
execute=execute_patch,
block_types=["patch"],
)
__doc__ += tool.get_doc(__doc__)
__doc__ = tool.get_doc(__doc__)

0 comments on commit 9d66401

Please sign in to comment.