mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).
Comment change only.
This commit is contained in:
parent
7399b9e6e4
commit
4d4daed7cd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#define E_NOMEM 15 /* Ran out of memory */
|
||||
#define E_DONE 16 /* Parsing complete */
|
||||
#define E_ERROR 17 /* Execution error */
|
||||
#define E_TABSPACE 18 /* Invalid indentation detected */
|
||||
#define E_TABSPACE 18 /* Inconsistent mixing of tabs and spaces */
|
||||
#define E_OVERFLOW 19 /* Node had too many children */
|
||||
#define E_TOODEEP 20 /* Too many indentation levels */
|
||||
#define E_DEDENT 21 /* No matching outer block for dedent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue