diff options
author | Taras <tbunyk@gmail.com> | 2019-03-14 12:35:07 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2019-03-14 12:48:18 +0100 |
commit | 6ce226846b40aa60a1a2ea84892046bca65f1f83 (patch) | |
tree | e3b899ad58d4fe1afbb3e904c17a252cacecae22 /docs/source | |
parent | 19be8eeb1c174bbb269ad99422b1e2e7d45d53f3 (diff) | |
download | sqlparse-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.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`` |