Skip to content

Commit 17e567e

Browse files
committed
Fix doc typo.
1 parent 5bc774e commit 17e567e

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
@@ -1033,7 +1033,7 @@ def str2value(self, value):
10331033
"Allowed values: DEBUG, INFO, WARNING, ERROR"),
10341034
(BooleanOption, "disable_loggers", "no",
10351035
"If set to yes, only the loggers configured in this section will\n"
1036-
"be used. Yes will disable gunicorn's --access-log.\n"),
1036+
"be used. Yes will disable gunicorn's --access-logfile.\n"),
10371037
)),
10381038
("mail", (
10391039
(Option, "domain", NODEFAULT,

0 commit comments

Comments
 (0)