Fixed inet_ntoa() docstring.
This commit is contained in:
parent
911d86693b
commit
e066134f48
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue