From 073099d963e904ca45817e85d10bd81bf2b4373a Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Fri, 12 Jul 2024 13:53:41 +0200 Subject: [PATCH] Update `compact` option to improve formatting --- docs/source/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index 6d49a57a..08da3220 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -62,7 +62,7 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments. The column limit (in characters) for wrapping comma-separated lists. If unspecified, it puts every item in the list on its own line. -``compact``` +``compact`` If ``True`` the formatter tries to produce more compact output. ``output_format`` @@ -72,4 +72,4 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments. ``comma_first`` If ``True`` comma-first notation for column names is used. - +