Skip to content

Commit

Permalink
Tweak code example in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Jan 5, 2024
1 parent 5597d69 commit 3fff356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3fff356

Please sign in to comment.