mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
socket_type ==> SocketType
This commit is contained in:
parent
120ac20c40
commit
5451d67dd9
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
perform 2-byte or 4-byte swap operations.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{datadesc}{socket_type}
|
\begin{datadesc}{SocketType}
|
||||||
This is a Python type object that represents the socket object type.
|
This is a Python type object that represents the socket object type.
|
||||||
It is the same as \code{type(socket.socket(...))}.
|
It is the same as \code{type(socket.socket(...))}.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
|
@ -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.
|
perform 2-byte or 4-byte swap operations.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{datadesc}{socket_type}
|
\begin{datadesc}{SocketType}
|
||||||
This is a Python type object that represents the socket object type.
|
This is a Python type object that represents the socket object type.
|
||||||
It is the same as \code{type(socket.socket(...))}.
|
It is the same as \code{type(socket.socket(...))}.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue