Skip to content

Commit 16e3af4

Browse files
committed
Description update. Description was a question not a statement.
Made it more explicit that the values were the three enumerated options in prior sentence.
1 parent 562084f commit 16e3af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def str2value(self, value):
724724
"visible to all users by adding, e.g., the 'User' role here."),
725725
(Option, "error_messages_to", "user",
726726
'Send error message emails to the "dispatcher", "user", '
727-
'or "both" (these are the allowed values)?\n'
727+
'or "both" (these are the three allowed values).\n'
728728
'The dispatcher is configured using the DISPATCHER_EMAIL'
729729
' setting.'),
730730
(Option, "html_version", "html4",

0 commit comments

Comments
 (0)