File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1825,7 +1825,7 @@ def lwp_cookie_str(cookie):
18251825
18261826class LWPCookieJar (FileCookieJar ):
18271827 """
1828- The LWPCookieJar saves a sequence of"Set-Cookie3" lines.
1828+ The LWPCookieJar saves a sequence of "Set-Cookie3" lines.
18291829 "Set-Cookie3" is the format used by the libwww-perl libary, not known
18301830 to be compatible with any browser, but which is easy to read and
18311831 doesn't lose information about RFC 2965 cookies.
@@ -1837,7 +1837,7 @@ class LWPCookieJar(FileCookieJar):
18371837 """
18381838
18391839 def as_lwp_str (self , ignore_discard = True , ignore_expires = True ):
1840- """Return cookies as a string of "\n "-separated "Set-Cookie3" headers.
1840+ """Return cookies as a string of "\\ n"-separated "Set-Cookie3" headers.
18411841
18421842 ignore_discard and ignore_expires: see docstring for FileCookieJar.save
18431843
You can’t perform that action at this time.
0 commit comments