diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 19:10:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 19:10:02 (GMT) |
commit | a809064166ed005f66e5d701a8088a90b787e657 (patch) | |
tree | 9c63e8c6203847ef5bb47eaed1c9cf9b5696c5eb /Doc/lib/libwww.tex | |
parent | 6862b46b703f90523742f1f93902ead9464d90af (diff) | |
download | cpython-a809064166ed005f66e5d701a8088a90b787e657.zip cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.gz cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.bz2 |
Consistency: "Unix" ==> "\UNIX{}"
Diffstat (limited to 'Doc/lib/libwww.tex')
-rw-r--r-- | Doc/lib/libwww.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index f341ea7..8cfc09d 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -8,8 +8,8 @@ The modules described in this chapter provide various services to World-Wide Web (WWW) clients and/or services, and a few modules related to news and email. They are all implemented in Python. Some of these modules require the presence of the system-dependent module -\code{sockets}, which is currently only fully supported on Unix and -Windows NT. Here is an overview: +\code{sockets}\refbimodindex{socket}, which is currently only fully +supported on \UNIX{} and Windows NT. Here is an overview: \begin{description} |