mirror of https://github.com/python/cpython
Fix Issue4452 - Incorrect docstring of os.setpgrp
This commit is contained in:
parent
df1cf301c2
commit
0d6908b030
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue