There was an error while loading. Please reload this page.
1 parent 649971e commit a9b51d2Copy full SHA for a9b51d2
2 files changed
Doc/library/os.rst
@@ -299,7 +299,7 @@ process and user.
299
.. function:: getresgid()
300
301
Return a tuple (rgid, egid, sgid) denoting the current process's
302
- real, effective, and saved user ids.
+ real, effective, and saved group ids.
303
304
Availability: Unix.
305
Modules/posixmodule.c
@@ -7600,7 +7600,7 @@ posix_getresuid (PyObject *self, PyObject *noargs)
7600
#ifdef HAVE_GETRESGID
7601
PyDoc_STRVAR(posix_getresgid__doc__,
7602
"getresgid() -> (rgid, egid, sgid)\n\n\
7603
-Get tuple of the current process's real, effective, and saved user ids.");
+Get tuple of the current process's real, effective, and saved group ids.");
7604
7605
static PyObject*
7606
posix_getresgid (PyObject *self, PyObject *noargs)
0 commit comments