From 5451d67dd9e950822fa9c5e337d06aa33964df17 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 13 Oct 1997 21:31:02 +0000 Subject: [PATCH] socket_type ==> SocketType --- Doc/lib/libsocket.tex | 2 +- Doc/libsocket.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 5422796a0b..ea6cae3971 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/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} diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex index 5422796a0b..ea6cae3971 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} -- 2.50.1