summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhttplib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-15 21:56:05 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-15 21:56:05 (GMT)
commit54820dc8e4db15bd30c4b2f650d79cd0fb96f76b (patch)
treee21ef93287768da2f4516ced6ab8e4f82ac8168c /Doc/lib/libhttplib.tex
parent6206394a4b42a22845713f9971923613eb6c8203 (diff)
downloadcpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.zip
cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.gz
cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.bz2
Fixed index references to modules.
Diffstat (limited to 'Doc/lib/libhttplib.tex')
-rw-r--r--Doc/lib/libhttplib.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex
index ca5c673..5b2cf85 100644
--- a/Doc/lib/libhttplib.tex
+++ b/Doc/lib/libhttplib.tex
@@ -8,7 +8,7 @@
This module defines a class which implements the client side of the
HTTP protocol. It is normally not used directly --- the module
\code{urllib} uses it to handle URLs that use HTTP.
-\stmodindex{urllib}
+\refstmodindex{urllib}
The module defines one class, \code{HTTP}. An \code{HTTP} instance
represents one transaction with an HTTP server. It should be
@@ -98,7 +98,7 @@ handled properly); \var{message} is the message string corresponding
to the reply code; and \var{headers} is an instance of the class
\code{mimetools.Message} containing the headers received from the server.
See the description of the \code{mimetools} module.
-\stmodindex{mimetools}
+\refstmodindex{mimetools}
\end{funcdesc}
\begin{funcdesc}{getfile}{}