mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Trivial typo fix, submitted by Charles Waldman (SF patch #102794).
This commit is contained in:
parent
dc90cc2b15
commit
f377d57328
1 changed files with 1 additions and 1 deletions
|
@ -2966,7 +2966,7 @@ posix_setgid(PyObject *self, PyObject *args)
|
|||
#ifdef HAVE_WAITPID
|
||||
static char posix_waitpid__doc__[] =
|
||||
"waitpid(pid, options) -> (pid, status)\n\
|
||||
Wait for completion of a give child process.";
|
||||
Wait for completion of a given child process.";
|
||||
|
||||
static PyObject *
|
||||
posix_waitpid(PyObject *self, PyObject *args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue