diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 16:17:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 16:17:45 (GMT) |
commit | bcd5454d63871e222a5c84c9e6a2e25b3c35511d (patch) | |
tree | d2ae7900c80287582658533fc741688c2149cc9c /Doc/lib/libgopherlib.tex | |
parent | 4429772ea37f820412cef91bc9d3908e1bce4fe5 (diff) | |
download | cpython-bcd5454d63871e222a5c84c9e6a2e25b3c35511d.zip cpython-bcd5454d63871e222a5c84c9e6a2e25b3c35511d.tar.gz cpython-bcd5454d63871e222a5c84c9e6a2e25b3c35511d.tar.bz2 |
Reference to urllib module can be a hyperlink.
Diffstat (limited to 'Doc/lib/libgopherlib.tex')
-rw-r--r-- | Doc/lib/libgopherlib.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libgopherlib.tex b/Doc/lib/libgopherlib.tex index e2cbaa2..e2701f2 100644 --- a/Doc/lib/libgopherlib.tex +++ b/Doc/lib/libgopherlib.tex @@ -1,15 +1,14 @@ \section{\module{gopherlib} --- - Gopher protocol client.} -\declaremodule{standard}{gopherlib} + Gopher protocol client} +\declaremodule{standard}{gopherlib} \modulesynopsis{Gopher protocol client (requires sockets).} \indexii{Gopher}{protocol} - This module provides a minimal implementation of client side of the -the Gopher protocol. It is used by the module \code{urllib} to handle -URLs that use the Gopher protocol. +the Gopher protocol. It is used by the module \refmodule{urllib} to +handle URLs that use the Gopher protocol. The module defines the following functions: |