Skip to content

Commit 5076be0

Browse files
wind39andialbrecht
authored andcommitted
1 parent 3f2ee7b commit 5076be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlparse/engine/statement_splitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _change_splitlevel(self, ttype, value):
3636
elif ttype not in T.Keyword: # if normal token return
3737
return 0
3838

39-
# Everything after here is ttype = T.Keyword or ttype = T.
39+
# Everything after here is ttype = T.Keyword
4040
# Also to note, once entered an If statement you are done and basically
4141
# returning
4242
unified = value.upper()

0 commit comments

Comments
 (0)