diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-01-26 09:41:59 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-01-26 09:41:59 +0100 |
| commit | 20d2fd6b86eccd8d59df1c9940b404450c7cdbae (patch) | |
| tree | be552de9e657a5945b34efd7374373fc3a827756 /sqlparse | |
| parent | 9567507157db5f58744d8ea5ce7c4cd8f5d120ce (diff) | |
| download | sqlparse-20d2fd6b86eccd8d59df1c9940b404450c7cdbae.tar.gz | |
Fix typo (thanks again, Kris).
Diffstat (limited to 'sqlparse')
| -rw-r--r-- | sqlparse/keywords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py index 986e8f2..917601d 100644 --- a/sqlparse/keywords.py +++ b/sqlparse/keywords.py @@ -400,7 +400,7 @@ KEYWORDS = { 'SQLERROR': tokens.Keyword, 'SQLEXCEPTION': tokens.Keyword, 'SQLSTATE': tokens.Keyword, - 'SQLWARNINIG': tokens.Keyword, + 'SQLWARNING': tokens.Keyword, 'STABLE': tokens.Keyword, 'START': tokens.Keyword, 'STATE': tokens.Keyword, |
