# HG changeset patch # User John Rouillard # Date 1571964201 14400 # Node ID 1cfd52dee91b5ac83b5df840ed2b7196e86098ba # Parent 5dca9925e8a6308d33d087b18dbe20da38a1803a Fix doc typo. diff -r 5dca9925e8a6 -r 1cfd52dee91b roundup/configuration.py --- 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,