diff options
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index f896b43..cda8fee 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -422,11 +422,6 @@ The module :mod:`socket` exports the following constants and functions: Availability: Unix (maybe not all platforms). - .. seealso:: - - :func:`ipaddr.BaseIP.packed` - Platform-independent conversion to a packed, binary format. - .. function:: inet_ntop(address_family, packed_ip) |