summaryrefslogtreecommitdiff
path: root/sqlparse
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse')
-rw-r--r--sqlparse/filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/filters.py b/sqlparse/filters.py
index ce5dd85..660092e 100644
--- a/sqlparse/filters.py
+++ b/sqlparse/filters.py
@@ -651,7 +651,7 @@ class Limit:
return -1
-def Compact(sql, includePath="sql"):
+def compact(sql, includePath="sql"):
"""Function that return a compacted version of the input SQL query"""
pipe = Pipeline()