diff --git a/docs/the_black_code_style/future_style.md b/docs/the_black_code_style/future_style.md index e0f45b47106..e17c52fd4b2 100644 --- a/docs/the_black_code_style/future_style.md +++ b/docs/the_black_code_style/future_style.md @@ -35,7 +35,7 @@ Currently, the following features are included in the preview style: - `remove_redundant_guard_parens`: Removes redundant parentheses in `if` guards for `case` blocks. - `parens_for_long_if_clauses_in_case_block`: Adds parentheses to `if` clauses in `case` - blocks when the the line is too long + blocks when the line is too long (labels/unstable-features)=