Merge pull request #3355 from mondwan/patch-1

Fix typo in the settings.rst
This commit is contained in:
Benoit Chesneau 2025-03-20 21:19:12 +01:00 committed by GitHub
commit a86ea1e4e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1177,7 +1177,7 @@ class Group(Setting):
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.
"""