From e80e3fc36b60683fafaa51acdc5c95470dddc3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Legan=C3=A9s=20Combarro=20=22Piranna=22?= Date: Wed, 23 May 2012 21:46:50 +0200 Subject: Changed Compact to compact --- sqlparse/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlparse') 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() -- cgit v1.2.1