Skip to content

Commit

Permalink
Fix INDICATOR keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ptld authored and andialbrecht committed Aug 7, 2022
1 parent 9bf2ec4 commit e58781d
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 @@ -314,7 +314,7 @@ def is_keyword(value):
'INCREMENT': tokens.Keyword,
'INDEX': tokens.Keyword,

'INDITCATOR': tokens.Keyword,
'INDICATOR': tokens.Keyword,
'INFIX': tokens.Keyword,
'INHERITS': tokens.Keyword,
'INITIAL': tokens.Keyword,
Expand Down

0 comments on commit e58781d

Please sign in to comment.