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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Tue, 7 Mar 2000 09:05:19 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory weyr:/home/fdrake/projects/python/Modules

Modified Files:
	socketmodule.c 
Log Message:

Fixed inet_ntoa() docstring.


Index: socketmodule.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** socketmodule.c	2000/02/29 13:59:23	1.96
--- socketmodule.c	2000/03/07 14:05:16	1.97
***************
*** 1887,1891 ****
  
  static char inet_ntoa_doc[] = 
! "inet_aton(packed_ip) -> ip_address_string\n\
  \n\
  Convert an IP address from 32-bit packed binary format to string format";
--- 1887,1891 ----
  
  static char inet_ntoa_doc[] = 
! "inet_ntoa(packed_ip) -> ip_address_string\n\
  \n\
  Convert an IP address from 32-bit packed binary format to string format";