]> granicus.if.org Git - python/commitdiff
Merged revisions 82047 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Thu, 17 Jun 2010 16:48:06 +0000 (16:48 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Thu, 17 Jun 2010 16:48:06 +0000 (16:48 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82047 | senthil.kumaran | 2010-06-17 22:08:34 +0530 (Thu, 17 Jun 2010) | 3 lines

  Fix Issue4452 - Incorrect docstring of os.setpgrp
........

Modules/posixmodule.c

index 33754d298458b390fcb00adaf533cc4f41c3ee6f..e9ea6cda6e2e68df8f8850e36e81d50be36ac753 100644 (file)
@@ -3925,7 +3925,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)