Skip to content

Commit 61f6cf1

Browse files
fix typo
Signed-off-by: lilinjie <[email protected]>
1 parent 3dc7acc commit 61f6cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/backports/http/cookiejar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ def lwp_cookie_str(cookie):
18511851
class LWPCookieJar(FileCookieJar):
18521852
"""
18531853
The LWPCookieJar saves a sequence of "Set-Cookie3" lines.
1854-
"Set-Cookie3" is the format used by the libwww-perl libary, not known
1854+
"Set-Cookie3" is the format used by the libwww-perl library, not known
18551855
to be compatible with any browser, but which is easy to read and
18561856
doesn't lose information about RFC 2965 cookies.
18571857

0 commit comments

Comments
 (0)