Commit e066134f authored by Fred Drake's avatar Fred Drake

Fixed inet_ntoa() docstring.

parent 911d8669
...@@ -1886,7 +1886,7 @@ BUILD_FUNC_DEF_2(PySocket_inet_aton, PyObject *, self, PyObject *, args) ...@@ -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";
......
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