Skip to content

Commit 2214353

Browse files
committed
Fix typo in keyword list (fixes issue92).
1 parent 4612902 commit 2214353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlparse/keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423

424424
'TABLE': tokens.Keyword,
425425
'TABLE_NAME': tokens.Keyword,
426-
' TEMP': tokens.Keyword,
426+
'TEMP': tokens.Keyword,
427427
'TEMPLATE': tokens.Keyword,
428428
'TEMPORARY': tokens.Keyword,
429429
'TERMINATE': tokens.Keyword,

0 commit comments

Comments
 (0)