Skip to content

Commit

Permalink
Update compact option to improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Jul 12, 2024
1 parent 3ea660e commit 073099d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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.


0 comments on commit 073099d

Please sign in to comment.