From 7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 25 Aug 2016 21:11:50 -0700 Subject: Issue 19504: Change "customise" to "customize" American spelling. --- Objects/exceptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/exceptions.c') diff --git a/Objects/exceptions.c b/Objects/exceptions.c index c7cae2ed57..0749e90849 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 -- cgit v1.2.1