Skip to content

Commit f8f85fa

Browse files
committed
Correct Typo. Closes andialbrecht#222
1 parent e0a2e2d commit f8f85fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlparse/tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __repr__(self):
5050
Comparison = Operator.Comparison
5151
Wildcard = Token.Wildcard
5252
Comment = Token.Comment
53-
Assignment = Token.Assignement
53+
Assignment = Token.Assignment
5454

5555
# Generic types for non-source code
5656
Generic = Token.Generic

0 commit comments

Comments
 (0)