]> granicus.if.org Git - python/commitdiff
Fixed inet_ntoa() docstring.
authorFred Drake <fdrake@acm.org>
Tue, 7 Mar 2000 14:05:16 +0000 (14:05 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 7 Mar 2000 14:05:16 +0000 (14:05 +0000)
Modules/socketmodule.c

index 3f8aa19de8e6286d81e83eca9bab3a879b605308..659d813482a0e8843dddb5d84913f249ab107c7c 100644 (file)
@@ -1886,7 +1886,7 @@ BUILD_FUNC_DEF_2(PySocket_inet_aton, PyObject *, self, PyObject *, args)
 }
 
 static char inet_ntoa_doc[] = 
-"inet_aton(packed_ip) -> ip_address_string\n\
+"inet_ntoa(packed_ip) -> ip_address_string\n\
 \n\
 Convert an IP address from 32-bit packed binary format to string format";