From f0564164bab43f078c9f84f334d72ddb0e69110c Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 8 May 2016 13:48:10 +0000 Subject: Fix typos in comments, documentation and test method names --- Lib/http/cookiejar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/http/cookiejar.py') diff --git a/Lib/http/cookiejar.py b/Lib/http/cookiejar.py index bd367f94ca..265ccf99f2 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. -- cgit v1.2.1