Issue #25523: Further a-to-an corrections.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:10:23 +02:00
parent 7462b64911
commit d65c9496da
34 changed files with 39 additions and 39 deletions

View file

@ -1437,7 +1437,7 @@ class CookieJar:
break
# convert RFC 2965 Max-Age to seconds since epoch
# XXX Strictly you're supposed to follow RFC 2616
# age-calculation rules. Remember that zero Max-Age is a
# age-calculation rules. Remember that zero Max-Age
# is a request to discard (old and new) cookie, though.
k = "expires"
v = self._now + v