This commit is contained in:
Raymond Hettinger 2016-08-25 21:12:16 -07:00
commit f74c33ad5c
8 changed files with 11 additions and 11 deletions

View file

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