diff options
author | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:11:50 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:11:50 (GMT) |
commit | 7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 (patch) | |
tree | 3fb6addb93c15d15b06bc8ba7dfc37a91e560b9c /Objects | |
parent | 39e9af6bb3fdd0dd59292b5a014d398956f0b7cd (diff) | |
download | cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.zip cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.tar.gz cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.tar.bz2 |
Issue 19504: Change "customise" to "customize" American spelling.
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c index c7cae2e..0749e90 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -1263,7 +1263,7 @@ SimpleExtendsException(PyExc_Exception, AttributeError, * SyntaxError extends Exception */ -/* Helper function to customise error message for some syntax errors */ +/* Helper function to customize error message for some syntax errors */ static int _report_missing_parentheses(PySyntaxErrorObject *self); static int |