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
commit45851bf953d25ba9dc728ef1723da324dfad9433 (patch)
tree3b0ef1e208b1efc8380265d08cb7ed6a748c93b4 /Objects/exceptions.c
parentf1729dcb365855878c7aaf0f8ca057baab88fd0e (diff)
downloadcpython-45851bf953d25ba9dc728ef1723da324dfad9433.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