[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.178,2.179

Guido van Rossum python-dev@python.org
Mon, 11 Dec 2000 16:38:01 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9929

Modified Files:
	posixmodule.c 
Log Message:
Trivial typo fix, submitted by Charles Waldman (SF patch #102794).


Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.178
retrieving revision 2.179
diff -C2 -r2.178 -r2.179
*** posixmodule.c	2000/12/06 21:45:33	2.178
--- posixmodule.c	2000/12/12 00:37:58	2.179
***************
*** 2967,2971 ****
  static char posix_waitpid__doc__[] =
  "waitpid(pid, options) -> (pid, status)\n\
! Wait for completion of a give child process.";
  
  static PyObject *
--- 2967,2971 ----
  static char posix_waitpid__doc__[] =
  "waitpid(pid, options) -> (pid, status)\n\
! Wait for completion of a given child process.";
  
  static PyObject *