]> granicus.if.org Git - python/commitdiff
Fix Issue4452 - Incorrect docstring of os.setpgrp
authorSenthil Kumaran <orsenthil@gmail.com>
Thu, 17 Jun 2010 16:38:34 +0000 (16:38 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Thu, 17 Jun 2010 16:38:34 +0000 (16:38 +0000)
Modules/posixmodule.c

index 4e586a161831b7a9b7c14bafc00e9c820aa49475..8a23e658f74fbb6ba5117471226ac1425da8675e 100644 (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)