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