summaryrefslogtreecommitdiffstats
path: root/litecli/packages/parseutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'litecli/packages/parseutils.py')
-rw-r--r--litecli/packages/parseutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/litecli/packages/parseutils.py b/litecli/packages/parseutils.py
index 92fe365..3f5ca61 100644
--- a/litecli/packages/parseutils.py
+++ b/litecli/packages/parseutils.py
@@ -166,7 +166,7 @@ def extract_tables(sql):
def find_prev_keyword(sql):
- """ Find the last sql keyword in an SQL statement
+ """Find the last sql keyword in an SQL statement
Returns the value of the last keyword, and the text of the query with
everything after the last keyword stripped