We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compact
1 parent 3ea660e commit 073099dCopy full SHA for 073099d
docs/source/api.rst
@@ -62,7 +62,7 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
62
The column limit (in characters) for wrapping comma-separated lists. If unspecified, it
63
puts every item in the list on its own line.
64
65
-``compact```
+``compact``
66
If ``True`` the formatter tries to produce more compact output.
67
68
``output_format``
@@ -72,4 +72,4 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
72
``comma_first``
73
If ``True`` comma-first notation for column names is used.
74
75
-
+
0 commit comments