socket_type ==> SocketType

This commit is contained in:
Fred Drake 1997-10-13 21:31:02 +00:00
parent 120ac20c40
commit 5451d67dd9
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ host byte order is the same as the network byte order, they are no-ops
perform 2-byte or 4-byte swap operations.
\end{funcdesc}
\begin{datadesc}{socket_type}
\begin{datadesc}{SocketType}
This is a Python type object that represents the socket object type.
It is the same as \code{type(socket.socket(...))}.
\end{datadesc}

View file

@ -163,7 +163,7 @@ host byte order is the same as the network byte order, they are no-ops
perform 2-byte or 4-byte swap operations.
\end{funcdesc}
\begin{datadesc}{socket_type}
\begin{datadesc}{SocketType}
This is a Python type object that represents the socket object type.
It is the same as \code{type(socket.socket(...))}.
\end{datadesc}