This commit is contained in:
Raymond Hettinger 2016-08-25 21:12:16 -07:00
commit f74c33ad5c
8 changed files with 11 additions and 11 deletions

View file

@ -833,7 +833,7 @@ class CookiePolicy:
May also modify cookies, though this is probably a bad idea.
The subclass DefaultCookiePolicy defines the standard rules for Netscape
and RFC 2965 cookies -- override that if you want a customised policy.
and RFC 2965 cookies -- override that if you want a customized policy.
"""
def set_ok(self, cookie, request):