diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
commit | 7e43110f34469a4d88ed77dc01de3bf4e0020f62 (patch) | |
tree | 7ffd9f4a51e0a9ba715be034a92dff08a62631e0 /Doc/lib/libgopherlib.tex | |
parent | e46d14cd2c92a7ec8287f8cf222a07de869081bf (diff) | |
download | cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.zip cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.gz cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.bz2 |
SF 810242. Fix doubled word errors.
Diffstat (limited to 'Doc/lib/libgopherlib.tex')
-rw-r--r-- | Doc/lib/libgopherlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgopherlib.tex b/Doc/lib/libgopherlib.tex index e2701f2..820f63d 100644 --- a/Doc/lib/libgopherlib.tex +++ b/Doc/lib/libgopherlib.tex @@ -7,7 +7,7 @@ \indexii{Gopher}{protocol} This module provides a minimal implementation of client side of the -the Gopher protocol. It is used by the module \refmodule{urllib} to +Gopher protocol. It is used by the module \refmodule{urllib} to handle URLs that use the Gopher protocol. The module defines the following functions: |