summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorTaras <tbunyk@gmail.com>2019-03-14 12:35:07 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2019-03-14 12:48:18 +0100
commit6ce226846b40aa60a1a2ea84892046bca65f1f83 (patch)
treee3b899ad58d4fe1afbb3e904c17a252cacecae22 /docs/source
parent19be8eeb1c174bbb269ad99422b1e2e7d45d53f3 (diff)
downloadsqlparse-6ce226846b40aa60a1a2ea84892046bca65f1f83.tar.gz
Update documentation to decrease chance of misunderstandings
like this one: #478
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/api.rst2
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``