We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bacbf8a + d05b6c5 commit a86ea1eCopy full SHA for a86ea1e
gunicorn/config.py
@@ -1177,7 +1177,7 @@ class Group(Setting):
1177
Switch worker process to run as this group.
1178
1179
A valid group id (as an integer) or the name of a user that can be
1180
- retrieved with a call to ``pwd.getgrnam(value)`` or ``None`` to not
+ retrieved with a call to ``grp.getgrnam(value)`` or ``None`` to not
1181
change the worker processes group.
1182
"""
1183
0 commit comments