summaryrefslogtreecommitdiff
path: root/docs/source/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/api.rst')
-rw-r--r--docs/source/api.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/api.rst b/docs/source/api.rst
index a98353f..40193d0 100644
--- a/docs/source/api.rst
+++ b/docs/source/api.rst
@@ -65,3 +65,8 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
``output_format``
If given the output is additionally formatted to be used as a variable
in a programming language. Allowed values are "python" and "php".
+
+``comma_first``
+ If ``True`` comma-first notation for column names is used.
+
+