Commit f377d573 authored by Guido van Rossum's avatar Guido van Rossum

Trivial typo fix, submitted by Charles Waldman (SF patch #102794).

parent dc90cc2b
...@@ -2966,7 +2966,7 @@ posix_setgid(PyObject *self, PyObject *args) ...@@ -2966,7 +2966,7 @@ posix_setgid(PyObject *self, PyObject *args)
#ifdef HAVE_WAITPID #ifdef HAVE_WAITPID
static char posix_waitpid__doc__[] = static char posix_waitpid__doc__[] =
"waitpid(pid, options) -> (pid, status)\n\ "waitpid(pid, options) -> (pid, status)\n\
Wait for completion of a give child process."; Wait for completion of a given child process.";
static PyObject * static PyObject *
posix_waitpid(PyObject *self, PyObject *args) posix_waitpid(PyObject *self, PyObject *args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment