summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Hayes <pfhayes@users.noreply.github.com>2019-02-28 11:03:50 -0800
committerGitHub <noreply@github.com>2019-02-28 11:03:50 -0800
commit7efb0a820d0fe9a9348d37d62c53b8d04e162d04 (patch)
tree9dc0b910d51a6ca193406196b50f8a14ad47ca7f
parentf0badf18389935b0275660f8f3ef9899dc4c4f49 (diff)
downloadisort-7efb0a820d0fe9a9348d37d62c53b8d04e162d04.tar.gz
Fix include_trailing_comma docs
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index baf71618..02598b22 100644
--- a/README.rst
+++ b/README.rst
@@ -329,7 +329,7 @@ past the line_length limit and has 6 possible settings:
In Mode 5 isort leaves a single extra space to maintain consistency of output when a comma is added at the end.
Mode 6 is the same - except that no extra space is maintained leading to the possibility of lines one character longer.
-You can enforce a trailing comma by using this in conjunction with `-tc` or `trailing_comma: True`.
+You can enforce a trailing comma by using this in conjunction with ``-tc`` or ``include_trailing_comma: True``.
.. code-block:: python