diff options
author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-16 06:45:09 -0700 |
---|---|---|
committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-18 18:01:40 -0700 |
commit | 581912d36e2b10191e46fa891dce912693983c95 (patch) | |
tree | cd09976baec1a96b1efcf1804219cfe40c995114 /sqlparse/lexer.py | |
parent | 92b5f2bb88ed1c1080ecf7eb7449f5c642ae196a (diff) | |
download | sqlparse-581912d36e2b10191e46fa891dce912693983c95.tar.gz |
Misc. small code clean-up/comments
Diffstat (limited to 'sqlparse/lexer.py')
-rw-r--r-- | sqlparse/lexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/lexer.py b/sqlparse/lexer.py index 0fb8936..6324962 100644 --- a/sqlparse/lexer.py +++ b/sqlparse/lexer.py @@ -20,7 +20,7 @@ from sqlparse.utils import consume class Lexer(object): """Lexer - Empty class. Leaving for back-support + Empty class. Leaving for backwards-compatibility """ @staticmethod |