summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/socket.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index cdfedc4..3e751ba 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -394,7 +394,6 @@ The module :mod:`socket` exports the following constants and functions:
This function is rarely needed, but can be used to get or set socket options on
a socket passed to a program as standard input or output (such as a server
started by the Unix inet daemon). The socket is assumed to be in blocking mode.
- Availability: Unix.
.. function:: ntohl(x)