mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Fix Issue4452 - Incorrect docstring of os.setpgrp
This commit is contained in:
parent
df1cf301c2
commit
0d6908b030
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue