Mercurial > p > roundup > code
changeset 5956:1cfd52dee91b
Fix doc typo.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 24 Oct 2019 20:43:21 -0400 |
| parents | 5dca9925e8a6 |
| children | f822a91b3778 |
| files | roundup/configuration.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/configuration.py Wed Oct 23 14:33:53 2019 -0400 +++ b/roundup/configuration.py Thu Oct 24 20:43:21 2019 -0400 @@ -1033,7 +1033,7 @@ "Allowed values: DEBUG, INFO, WARNING, ERROR"), (BooleanOption, "disable_loggers", "no", "If set to yes, only the loggers configured in this section will\n" - "be used. Yes will disable gunicorn's --access-log.\n"), + "be used. Yes will disable gunicorn's --access-logfile.\n"), )), ("mail", ( (Option, "domain", NODEFAULT,
