From c094a16d1b03c3cd16294fb90cfabf8d0457d7b2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Apr 2023 08:56:33 -0700 Subject: [PATCH] it does not seem to try and append --- prompts.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/prompts.py b/prompts.py index 5f42bef8d..49dfd9b1f 100644 --- a/prompts.py +++ b/prompts.py @@ -33,17 +33,6 @@ example.py ======= # Function to multiply two numbers using the standard algorithm >>>>>>> UPDATED - -# To add lines to end of a file, use the special form of including an *empty* ORIGINAL block: - -some/file.txt -<<<<<<< ORIGINAL -======= -These lines will -be added to the end -of the file ->>>>>>> UPDATED - ''' returned_code = '''