From 3fff35688438c4dedce8bc2944fe178f118521af Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Fri, 5 Jan 2024 12:48:25 +0100 Subject: [PATCH] Tweak code example in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e86ca6..1dfe217 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ returned. from editor import editor - MESSAGE = 'Insert comments below this line\\n\\n' + MESSAGE = 'Insert comments below this line\n\n' comments = editor(text=MESSAGE) # Pops up the default editor with a tempfile, containing MESSAGE