diff options
author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-03 12:49:21 -0700 |
---|---|---|
committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-04 11:35:48 -0700 |
commit | f8f85fa4f1a8265fb78ea2e747c0476e1f04b09f (patch) | |
tree | 9adab4a5a455b1d2f2ea7425f0ce5dc0c6552617 /sqlparse/tokens.py | |
parent | e0a2e2d466408c5783cba6857d11259c2492ec0f (diff) | |
download | sqlparse-f8f85fa4f1a8265fb78ea2e747c0476e1f04b09f.tar.gz |
Correct Typo. Closes #222
Diffstat (limited to 'sqlparse/tokens.py')
-rw-r--r-- | sqlparse/tokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/tokens.py b/sqlparse/tokens.py index 73868b6..1081f5a 100644 --- a/sqlparse/tokens.py +++ b/sqlparse/tokens.py @@ -50,7 +50,7 @@ Operator = Token.Operator Comparison = Operator.Comparison Wildcard = Token.Wildcard Comment = Token.Comment -Assignment = Token.Assignement +Assignment = Token.Assignment # Generic types for non-source code Generic = Token.Generic |