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

@ -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