Skip to content

Commit d950f15

Browse files
authored
Update document now that paren wrapping CMs on Python 3.9+ is implemented (#3520)
1 parent a36878e commit d950f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/the_black_code_style/future_style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ with \
3131
... # backslashes and an ugly stranded colon
3232
```
3333

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.
34+
Although when the target version is Python 3.9 or higher, _Black_ uses parentheses
35+
instead in `--preview` mode (see below) since they're allowed in Python 3.9 and higher.
3636

3737
An alternative to consider if the backslashes in the above formatting are undesirable is
3838
to use {external:py:obj}`contextlib.ExitStack` to combine context managers in the

0 commit comments

Comments
 (0)