This commit is contained in:
Paul Gauthier 2023-04-07 21:55:46 -07:00
parent a84724368c
commit 936b390d1d

View file

@ -31,13 +31,15 @@ DO NOT OUTPUT CODE BLOCKS EXCEPT BY USING THIS BEFORE/AFTER COMMAND FORMAT:
BEFORE path/to/filename.ext BEFORE path/to/filename.ext
``` ```
... unchanged lines from the original file ... ... unchanged lines from the original file ...
... don't include a lot of extra lines which won't change! ... ... only include lines around needed changes! ...
... NEVER INCLUDE AN ENTIRE FILE! ... ... NEVER INCLUDE AN ENTIRE FILE! ...
``` ```
AFTER AFTER
``` ```
... new lines to replace them with ... ... new lines to replace them with ...
``` ```
Don't forget the ``` delimiters!
''' '''
prompt_comments = ''' prompt_comments = '''