diff options
author | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:12:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:12:16 (GMT) |
commit | f74c33ad5c94f1f07f574336dc2d5a6345acdcc7 (patch) | |
tree | 7de71390a5ea30877d31e56c5fabf44529c86fd2 /Lib/http | |
parent | 8f2ee0d5ffe82c5873bff914835724be0107b0c6 (diff) | |
parent | 7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 (diff) | |
download | cpython-f74c33ad5c94f1f07f574336dc2d5a6345acdcc7.zip cpython-f74c33ad5c94f1f07f574336dc2d5a6345acdcc7.tar.gz cpython-f74c33ad5c94f1f07f574336dc2d5a6345acdcc7.tar.bz2 |
Merge
Diffstat (limited to 'Lib/http')
-rw-r--r-- | Lib/http/cookiejar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/http/cookiejar.py b/Lib/http/cookiejar.py index 4466d2e..6d4572a 100644 --- a/Lib/http/cookiejar.py +++ b/Lib/http/cookiejar.py @@ -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): |