Fixed inet_ntoa() docstring.

This commit is contained in:
Fred Drake 2000-03-07 14:05:16 +00:00
parent 911d86693b
commit e066134f48
1 changed files with 1 additions and 1 deletions

View File

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