aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames D. Lin <jamesderlin@users.noreply.github.com>2021-07-12 17:59:53 -0700
committerGitHub <noreply@github.com>2021-07-12 17:59:53 -0700
commit618c2a0e60f3fc0477856076fcd8a5cc4fc403ee (patch)
tree0538b570adaabce3a4cf550867fbcbc06836ec4a
parent3cac267610aa1d6ca92474673c5b504cec53bb0b (diff)
downloadyapf-618c2a0e60f3fc0477856076fcd8a5cc4fc403ee.tar.gz
Try to clarify the SPLIT_ALL_COMMA_SEPARATED_VALUES knob (#926)
"... split such that all elements are on a single line." could be interpreted to mean that all elements will be combined into a single line, but the knob really means that each element will appear on a separate line.
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 56fb9d6..1bc7b58 100644
--- a/README.rst
+++ b/README.rst
@@ -712,8 +712,8 @@ Knobs
``SPLIT_ALL_COMMA_SEPARATED_VALUES``
If a comma separated list (``dict``, ``list``, ``tuple``, or function
- ``def``) is on a line that is too long, split such that all elements
- are on a single line.
+ ``def``) is on a line that is too long, split such that each element
+ is on a separate line.
``SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES``
Variation on ``SPLIT_ALL_COMMA_SEPARATED_VALUES`` in which, if a