From 936b390d1dc46cfe51489a683a5297c2b2a10d48 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 7 Apr 2023 21:55:46 -0700 Subject: [PATCH] better --- coder.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coder.py b/coder.py index 3fde1a438..4388eb8c1 100755 --- a/coder.py +++ b/coder.py @@ -31,13 +31,15 @@ DO NOT OUTPUT CODE BLOCKS EXCEPT BY USING THIS BEFORE/AFTER COMMAND FORMAT: BEFORE path/to/filename.ext ``` ... 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! ... ``` AFTER ``` ... new lines to replace them with ... ``` + +Don't forget the ``` delimiters! ''' prompt_comments = '''