Skip to content

Commit 35ba085

Browse files
authored
Merge pull request #616 from uniontech-lilinjie/master
Fix typo in http backport docstring
2 parents 0598d1b + 61f6cf1 commit 35ba085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/future/backports/http/cookiejar.py

+1-1
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)