diff options
author | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:12:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:12:16 (GMT) |
commit | f74c33ad5c94f1f07f574336dc2d5a6345acdcc7 (patch) | |
tree | 7de71390a5ea30877d31e56c5fabf44529c86fd2 /Objects/exceptions.c | |
parent | 8f2ee0d5ffe82c5873bff914835724be0107b0c6 (diff) | |
parent | 7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 (diff) | |
download | cpython-f74c33ad5c94f1f07f574336dc2d5a6345acdcc7.zip cpython-f74c33ad5c94f1f07f574336dc2d5a6345acdcc7.tar.gz cpython-f74c33ad5c94f1f07f574336dc2d5a6345acdcc7.tar.bz2 |
Merge
Diffstat (limited to 'Objects/exceptions.c')
-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 e85d743..336c32c 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -1256,7 +1256,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 |