Skip to content

Commit a86ea1e

Browse files
authored
Merge pull request #3355 from mondwan/patch-1
Fix typo in the settings.rst
2 parents bacbf8a + d05b6c5 commit a86ea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ class Group(Setting):
11771177
Switch worker process to run as this group.
11781178
11791179
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
1180+
retrieved with a call to ``grp.getgrnam(value)`` or ``None`` to not
11811181
change the worker processes group.
11821182
"""
11831183

0 commit comments

Comments
 (0)