diff options
| author | CauĂȘ Beloni <cbeloni@gmail.com> | 2016-03-29 17:39:02 -0300 |
|---|---|---|
| committer | CauĂȘ Beloni <cbeloni@gmail.com> | 2016-03-29 17:39:02 -0300 |
| commit | badf131ee774e2d5c24080e6ebca156a3657a1a8 (patch) | |
| tree | 14361a7c4c93adf1f347e658fe893203cfd42121 /sqlparse/keywords.py | |
| parent | 0b3ba26efde7bb5fa1658faef246f306271439f5 (diff) | |
| download | sqlparse-badf131ee774e2d5c24080e6ebca156a3657a1a8.tar.gz | |
Token keyword correction
Diffstat (limited to 'sqlparse/keywords.py')
| -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, |
