Kaydet (Commit) e066134f authored tarafından Fred Drake's avatar Fred Drake

Fixed inet_ntoa() docstring.

üst 911d8669
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment