summaryrefslogtreecommitdiff
path: root/sqlparse/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse/lexer.py')
-rw-r--r--sqlparse/lexer.py2
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