From 02e5f64c76db6d33ffb22448a7f35d7aececf51d Mon Sep 17 00:00:00 2001 From: Mond WAN Date: Tue, 11 Mar 2025 11:16:17 +0000 Subject: [PATCH] Fix typo in the settings.rst getgrnam is under grp module instead of pwd --- docs/source/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index e1e91fa7..ff91edf5 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -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: