Issue 19504: Change "customise" to "customize" American spelling.

This commit is contained in:
Raymond Hettinger 2016-08-25 21:11:50 -07:00
parent 39e9af6bb3
commit 7ea386e56e
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):