summaryrefslogtreecommitdiffstats
path: root/pgcli/packages/parseutils/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgcli/packages/parseutils/utils.py')
-rw-r--r--pgcli/packages/parseutils/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/packages/parseutils/utils.py b/pgcli/packages/parseutils/utils.py
index 594cabfd..034c96e9 100644
--- a/pgcli/packages/parseutils/utils.py
+++ b/pgcli/packages/parseutils/utils.py
@@ -64,7 +64,7 @@ def last_word(text, include="alphanum_underscore"):
def find_prev_keyword(sql, n_skip=0):
- """ 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