Skip to content

Commit

Permalink
Correct Typo. Closes #222
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuriart committed Jun 4, 2016
1 parent e0a2e2d commit f8f85fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlparse/tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __repr__(self):
Comparison = Operator.Comparison
Wildcard = Token.Wildcard
Comment = Token.Comment
Assignment = Token.Assignement
Assignment = Token.Assignment

# Generic types for non-source code
Generic = Token.Generic
Expand Down

0 comments on commit f8f85fa

Please sign in to comment.