We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19be8ee commit 6ce2268Copy full SHA for 6ce2268
1 file changed
docs/source/api.rst
@@ -53,7 +53,7 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
53
The width of the indentation, defaults to 2.
54
55
``wrap_after``
56
- The column limit for wrapping comma-separated lists. If unspecified, it
+ The column limit (in characters) for wrapping comma-separated lists. If unspecified, it
57
puts every item in the list on its own line.
58
59
``output_format``
0 commit comments