]> granicus.if.org Git - python/commitdiff
socket_type ==> SocketType
authorFred Drake <fdrake@acm.org>
Mon, 13 Oct 1997 21:31:02 +0000 (21:31 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 13 Oct 1997 21:31:02 +0000 (21:31 +0000)
Doc/lib/libsocket.tex
Doc/libsocket.tex

index 5422796a0b49cce241130fd320fd0c6dc34cd79e..ea6cae3971003a7e7b5111b7e1093db6348e3626 100644 (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}
index 5422796a0b49cce241130fd320fd0c6dc34cd79e..ea6cae3971003a7e7b5111b7e1093db6348e3626 100644 (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}