We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36878e commit d950f15Copy full SHA for d950f15
docs/the_black_code_style/future_style.md
@@ -31,8 +31,8 @@ with \
31
... # backslashes and an ugly stranded colon
32
```
33
34
-Although when the target version is Python 3.9 or higher, _Black_ will, when we
35
-implement this, use parentheses instead since they're allowed in Python 3.9 and higher.
+Although when the target version is Python 3.9 or higher, _Black_ uses parentheses
+instead in `--preview` mode (see below) since they're allowed in Python 3.9 and higher.
36
37
An alternative to consider if the backslashes in the above formatting are undesirable is
38
to use {external:py:obj}`contextlib.ExitStack` to combine context managers in the
0 commit comments