diff options
Diffstat (limited to 'docs/source/api.rst')
| -rw-r--r-- | docs/source/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/api.rst b/docs/source/api.rst index e9fcdaa..c16af82 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -53,7 +53,7 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments. The width of the indentation, defaults to 2. ``wrap_after`` - The column limit for wrapping comma-separated lists. If unspecified, it + The column limit (in characters) for wrapping comma-separated lists. If unspecified, it puts every item in the list on its own line. ``output_format`` |
