diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-13 21:31:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-13 21:31:02 (GMT) |
commit | 5451d67dd9e950822fa9c5e337d06aa33964df17 (patch) | |
tree | 743559b320467377495bf40a3eaa3fb5381219a6 /Doc/libsocket.tex | |
parent | 120ac20c40a72cb056eb2a9eed1d2bb103f718ed (diff) | |
download | cpython-5451d67dd9e950822fa9c5e337d06aa33964df17.zip cpython-5451d67dd9e950822fa9c5e337d06aa33964df17.tar.gz cpython-5451d67dd9e950822fa9c5e337d06aa33964df17.tar.bz2 |
socket_type ==> SocketType
Diffstat (limited to 'Doc/libsocket.tex')
-rw-r--r-- | Doc/libsocket.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex index 5422796..ea6cae3 100644 --- a/Doc/libsocket.tex +++ b/Doc/libsocket.tex @@ -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} |