summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-22 16:03:30 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-22 16:03:30 (GMT)
commitbabdda53d59a1453d54c17a3b078eceae037ae6b (patch)
treea4a271b8ab7f7cbbfcde93503614cdb3b9d8f980 /Doc
parentbf0f4346af27c27647136a36a22a8caf62668c30 (diff)
downloadcpython-babdda53d59a1453d54c17a3b078eceae037ae6b.zip
cpython-babdda53d59a1453d54c17a3b078eceae037ae6b.tar.gz
cpython-babdda53d59a1453d54c17a3b078eceae037ae6b.tar.bz2
Make reference to the socket module a hyperlink.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/internet.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/internet.tex b/Doc/lib/internet.tex
index 5d08f27..52985dc 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