From: Fred Drake Date: Thu, 22 Apr 1999 16:03:30 +0000 (+0000) Subject: Make reference to the socket module a hyperlink. X-Git-Tag: v1.6a1~1523 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=babdda53d59a1453d54c17a3b078eceae037ae6b;p=thirdparty%2FPython%2Fcpython.git Make reference to the socket module a hyperlink. --- diff --git a/Doc/lib/internet.tex b/Doc/lib/internet.tex index 5d08f270c62b..52985dcc6353 100644 --- a/Doc/lib/internet.tex +++ b/Doc/lib/internet.tex @@ -7,7 +7,7 @@ The modules described in this chapter implement Internet protocols and support for related technology. They are all implemented in Python. Some of these modules require the presence of the system-dependent -module \module{socket}\refbimodindex{socket}, which is currently only +module \refmodule{socket}\refbimodindex{socket}, which is currently only fully supported on \UNIX{} and Windows NT. Here is an overview: \localmoduletable