Fix typo in the settings.rst

getgrnam is under grp module instead of pwd
This commit is contained in:
Mond WAN 2025-03-11 11:16:17 +00:00 committed by GitHub
parent bacbf8aa51
commit 02e5f64c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1148,7 +1148,7 @@ change the worker process user.
Switch worker process to run as this group.
A valid group id (as an integer) or the name of a user that can be
retrieved with a call to ``pwd.getgrnam(value)`` or ``None`` to not
retrieved with a call to ``grp.getgrnam(value)`` or ``None`` to not
change the worker processes group.
.. _umask: