Skip to content

Commit

Permalink
Merge pull request #229 from cbeloni/master
Browse files Browse the repository at this point in the history
Token keyword correction
  • Loading branch information
andialbrecht committed Mar 30, 2016
2 parents 0b3ba26 + badf131 commit 77a8000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlparse/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
'ESCAPE': tokens.Keyword,
'EVERY': tokens.Keyword,
'EXCEPT': tokens.Keyword,
'ESCEPTION': tokens.Keyword,
'EXCEPTION': tokens.Keyword,
'EXCLUDING': tokens.Keyword,
'EXCLUSIVE': tokens.Keyword,
'EXEC': tokens.Keyword,
Expand Down

0 comments on commit 77a8000

Please sign in to comment.