Fix docstrings to mention the correct function

This commit is contained in:
Neal Norwitz 2004-02-16 01:26:34 +00:00
parent d3c810ed31
commit 94f1d71d70
1 changed files with 2 additions and 2 deletions

View File

@ -4456,7 +4456,7 @@ posix_setegid (PyObject *self, PyObject *args)
#ifdef HAVE_SETREUID
PyDoc_STRVAR(posix_setreuid__doc__,
"seteuid(ruid, euid)\n\n\
"setreuid(ruid, euid)\n\n\
Set the current process's real and effective user ids.");
static PyObject *
@ -4476,7 +4476,7 @@ posix_setreuid (PyObject *self, PyObject *args)
#ifdef HAVE_SETREGID
PyDoc_STRVAR(posix_setregid__doc__,
"setegid(rgid, egid)\n\n\
"setregid(rgid, egid)\n\n\
Set the current process's real and effective group ids.");
static PyObject *