diff options
Diffstat (limited to 'Doc/lib/libhttplib.tex')
-rw-r--r-- | Doc/lib/libhttplib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index a284faa..e36bba4 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -2,6 +2,8 @@ \stmodindex{httplib} \index{HTTP} +\renewcommand{\indexsubitem}{(in module httplib)} + This module defines a class which implements the client side of the HTTP protocol. It is normally not used directly --- the module \code{urlllib} module uses it to handle URLs that use HTTP. |