]> granicus.if.org Git - python/commitdiff
Trivial typo fix, submitted by Charles Waldman (SF patch #102794).
authorGuido van Rossum <guido@python.org>
Tue, 12 Dec 2000 00:37:58 +0000 (00:37 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Dec 2000 00:37:58 +0000 (00:37 +0000)
Modules/posixmodule.c

index 4a991f989d84e85c2d3ec08ed08bd9ee3ed1d9a4..470967448a5b8b9c96416556ffc80647799a86c6 100644 (file)
@@ -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)