diff options
author | Fred Drake <fdrake@acm.org> | 2004-05-12 03:07:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-05-12 03:07:27 (GMT) |
commit | bb066cf84149684297d306a708a82f5c276118fb (patch) | |
tree | cf7897fe2a1f260e6a791ebce37048d2568eda6f /Doc/lib/liburllib2.tex | |
parent | f72de0fb8cf74c7fd99515273cf1d91fcfaf3de2 (diff) | |
download | cpython-bb066cf84149684297d306a708a82f5c276118fb.zip cpython-bb066cf84149684297d306a708a82f5c276118fb.tar.gz cpython-bb066cf84149684297d306a708a82f5c276118fb.tar.bz2 |
fix various typos; thanks, George Yoshida!
(closes SF patch #952047)
Diffstat (limited to 'Doc/lib/liburllib2.tex')
-rw-r--r-- | Doc/lib/liburllib2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index ae25e53..2399645 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -496,7 +496,7 @@ These methods are available on \class{HTTPPasswordMgr} and \class{HTTPPasswordMgrWithDefaultRealm} objects. \begin{methoddesc}[HTTPPasswordMgr]{add_password}{realm, uri, user, passwd} -\var{uri} can be either a single URI, or a sequene of URIs. \var{realm}, +\var{uri} can be either a single URI, or a sequence of URIs. \var{realm}, \var{user} and \var{passwd} must be strings. This causes \code{(\var{user}, \var{passwd})} to be used as authentication tokens when authentication for \var{realm} and a super-URI of any of the |