summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-03-02 01:48:21 -0800
committerGitHub <noreply@github.com>2019-03-02 01:48:21 -0800
commit720aab43bf4c14a389c0596e81ca8aa1c266be58 (patch)
treeb726489676aed495eed6e010139ff4fdfc1fefa4
parente335a3046a66a01941bea4942ab63d0d1892c21b (diff)
parent7efb0a820d0fe9a9348d37d62c53b8d04e162d04 (diff)
downloadisort-720aab43bf4c14a389c0596e81ca8aa1c266be58.tar.gz
Merge pull request #859 from pfhayes/patch-2
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