This commit is contained in:
Benjamin Peterson 2015-01-13 09:20:31 -05:00
commit 610bc6a211
14 changed files with 14 additions and 13 deletions

View file

@ -1792,7 +1792,7 @@ class FileCookieJar(CookieJar):
def lwp_cookie_str(cookie):
"""Return string representation of Cookie in an the LWP cookie file format.
"""Return string representation of Cookie in the LWP cookie file format.
Actually, the format is extended a bit -- see module docstring.