Skip to content

Commit 073099d

Browse files
committed
Update compact option to improve formatting
1 parent 3ea660e commit 073099d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
6262
The column limit (in characters) for wrapping comma-separated lists. If unspecified, it
6363
puts every item in the list on its own line.
6464

65-
``compact```
65+
``compact``
6666
If ``True`` the formatter tries to produce more compact output.
6767

6868
``output_format``
@@ -72,4 +72,4 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
7272
``comma_first``
7373
If ``True`` comma-first notation for column names is used.
7474

75-
75+

0 commit comments

Comments
 (0)