Mercurial > p > roundup > code
diff roundup/configuration.py @ 6355:ac5a6ffa377b
Description update. Description was a question not a statement.
Made it more explicit that the values were the three enumerated options
in prior sentence.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 Mar 2021 20:43:22 -0400 |
| parents | b61de764c8cc |
| children | c26b9ce33ae3 |
line wrap: on
line diff
--- a/roundup/configuration.py Mon Mar 29 00:23:33 2021 -0400 +++ b/roundup/configuration.py Mon Mar 29 20:43:22 2021 -0400 @@ -724,7 +724,7 @@ "visible to all users by adding, e.g., the 'User' role here."), (Option, "error_messages_to", "user", 'Send error message emails to the "dispatcher", "user", ' - 'or "both" (these are the allowed values)?\n' + 'or "both" (these are the three allowed values).\n' 'The dispatcher is configured using the DISPATCHER_EMAIL' ' setting.'), (Option, "html_version", "html4",
