Fix Issue4452 - Incorrect docstring of os.setpgrp

This commit is contained in:
Senthil Kumaran 2010-06-17 16:38:34 +00:00
parent df1cf301c2
commit 0d6908b030
1 changed files with 1 additions and 1 deletions

View File

@ -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)