From 3e87dcd99420c731e05456ce08ea3095f65f266b Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 17 Jun 2022 16:04:15 +0300 Subject: [PATCH] Clarify description of use_parentheses Backslashes are different from slashes. I was looking for this option so I searched for "backslash", found no hits, and assumed it didn't exist. I only found it later by accident. --- docs/configuration/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/options.md b/docs/configuration/options.md index 38de30402..517313bb6 100644 --- a/docs/configuration/options.md +++ b/docs/configuration/options.md @@ -762,7 +762,7 @@ Balances wrapping to produce the most consistent line length possible ## Use Parentheses -Use parentheses for line continuation on length limit instead of slashes. **NOTE**: This is separate from wrap modes, and only affects how individual lines that are too long get continued, not sections of multiple imports. +Use parentheses for line continuation on length limit instead of backslashes. **NOTE**: This is separate from wrap modes, and only affects how individual lines that are too long get continued, not sections of multiple imports. **Type:** Bool **Default:** `False`