Skip to content

Commit 073099d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/api.rst

+2-2
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)