From c64ec5545311fb85a60281f22de4de4ef01c2d3f Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 27 Mar 2015 23:24:49 -0700 Subject: [PATCH] Tweaked comment wording. --- rtv/docs.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rtv/docs.py b/rtv/docs.py index f6d72b7..57d51d2 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -45,11 +45,9 @@ Submission Mode """ COMMENT_FILE = """ -# All lines starting with a # will be ignored -# -# If there is only whitespace left then the comment -# will not be posted. +# Please enter a comment. Lines starting with '#' will be ignored, +# and an empty message aborts the message. # # Replying to {author}'s {type} {content} -""" +""" \ No newline at end of file