diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-03-30 09:52:01 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-03-30 09:52:01 +0200 |
| commit | 77a8000f67a8414a1d69e8e3f40ba6da2a397423 (patch) | |
| tree | 14361a7c4c93adf1f347e658fe893203cfd42121 /sqlparse | |
| parent | 0b3ba26efde7bb5fa1658faef246f306271439f5 (diff) | |
| parent | badf131ee774e2d5c24080e6ebca156a3657a1a8 (diff) | |
| download | sqlparse-77a8000f67a8414a1d69e8e3f40ba6da2a397423.tar.gz | |
Merge pull request #229 from cbeloni/master
Token keyword correction
Diffstat (limited to 'sqlparse')
| -rw-r--r-- | sqlparse/keywords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py index dd08be0..bfea5d1 100644 --- a/sqlparse/keywords.py +++ b/sqlparse/keywords.py @@ -149,7 +149,7 @@ KEYWORDS = { 'ESCAPE': tokens.Keyword, 'EVERY': tokens.Keyword, 'EXCEPT': tokens.Keyword, - 'ESCEPTION': tokens.Keyword, + 'EXCEPTION': tokens.Keyword, 'EXCLUDING': tokens.Keyword, 'EXCLUSIVE': tokens.Keyword, 'EXEC': tokens.Keyword, |
