From 6ce226846b40aa60a1a2ea84892046bca65f1f83 Mon Sep 17 00:00:00 2001 From: Taras Date: Thu, 14 Mar 2019 12:35:07 +0200 Subject: Update documentation to decrease chance of misunderstandings like this one: #478 --- docs/source/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` -- cgit v1.2.1