[Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.196,1.197

A.M. Kuchling akuchling@users.sourceforge.net
Tue, 27 Nov 2001 20:28:34 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv15968

Modified Files:
	socketmodule.c 
Log Message:
Fix docstring typo

Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.196
retrieving revision 1.197
diff -C2 -d -r1.196 -r1.197
*** socketmodule.c	2001/11/19 10:41:26	1.196
--- socketmodule.c	2001/11/28 04:28:31	1.197
***************
*** 1853,1857 ****
  getsockopt() -- get socket options\n\
  listen() -- start listening for incoming connections\n\
! makefile() -- return a file object corresponding tot the socket (*)\n\
  recv() -- receive data\n\
  recvfrom() -- receive data and sender's address\n\
--- 1853,1857 ----
  getsockopt() -- get socket options\n\
  listen() -- start listening for incoming connections\n\
! makefile() -- return a file object corresponding to the socket (*)\n\
  recv() -- receive data\n\
  recvfrom() -- receive data and sender's address\n\