summaryrefslogtreecommitdiffstats
path: root/Lib/http
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-08 13:48:10 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-08 13:48:10 (GMT)
commitf0564164bab43f078c9f84f334d72ddb0e69110c (patch)
treec932a0e51179ab15c414b95f280815f0901ac71a /Lib/http
parent129fe04d4deec15f9ca0ee79776e0c4335fc12e7 (diff)
downloadcpython-f0564164bab43f078c9f84f334d72ddb0e69110c.zip
cpython-f0564164bab43f078c9f84f334d72ddb0e69110c.tar.gz
cpython-f0564164bab43f078c9f84f334d72ddb0e69110c.tar.bz2
Fix typos in comments, documentation and test method names
Diffstat (limited to 'Lib/http')
-rw-r--r--Lib/http/cookiejar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/http/cookiejar.py b/Lib/http/cookiejar.py
index bd367f9..265ccf9 100644
--- a/Lib/http/cookiejar.py
+++ b/Lib/http/cookiejar.py
@@ -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.