Fix typos in comments, documentation and test method names

This commit is contained in:
Martin Panter 2016-05-08 13:48:10 +00:00
parent 129fe04d4d
commit f0564164ba
10 changed files with 12 additions and 12 deletions

View file

@ -1841,7 +1841,7 @@ def lwp_cookie_str(cookie):
class LWPCookieJar(FileCookieJar):
"""
The LWPCookieJar saves a sequence of "Set-Cookie3" lines.
"Set-Cookie3" is the format used by the libwww-perl libary, not known
"Set-Cookie3" is the format used by the libwww-perl library, not known
to be compatible with any browser, but which is easy to read and
doesn't lose information about RFC 2965 cookies.