Commit 0d6908b0 authored by Senthil Kumaran's avatar Senthil Kumaran

Fix Issue4452 - Incorrect docstring of os.setpgrp

parent df1cf301
......@@ -3946,7 +3946,7 @@ posix_getpgrp(PyObject *self, PyObject *noargs)
#ifdef HAVE_SETPGRP
PyDoc_STRVAR(posix_setpgrp__doc__,
"setpgrp()\n\n\
Make this process a session leader.");
Make this process the process group leader.");
static PyObject *
posix_setpgrp(PyObject *self, PyObject *noargs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment