summaryrefslogtreecommitdiff
path: root/Objects/exceptions.c
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2016-08-25 21:11:50 -0700
committerRaymond Hettinger <python@rcn.com>2016-08-25 21:11:50 -0700
commit7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 (patch)
tree3fb6addb93c15d15b06bc8ba7dfc37a91e560b9c /Objects/exceptions.c
parent39e9af6bb3fdd0dd59292b5a014d398956f0b7cd (diff)
downloadcpython-git-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.tar.gz
Issue 19504: Change "customise" to "customize" American spelling.
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r--Objects/exceptions.c2
1 files changed, 1 insertions, 1 deletions
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