diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 16:03:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 16:03:30 (GMT) |
commit | babdda53d59a1453d54c17a3b078eceae037ae6b (patch) | |
tree | a4a271b8ab7f7cbbfcde93503614cdb3b9d8f980 /Doc | |
parent | bf0f4346af27c27647136a36a22a8caf62668c30 (diff) | |
download | cpython-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.tex | 2 |
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 |