From 07fe1ca88abee9a0c88efb6b4213ea04d3fe2eae Mon Sep 17 00:00:00 2001 From: alwayshang <166124491+alwayshang@users.noreply.github.com> Date: Sun, 7 Apr 2024 15:18:00 +0800 Subject: [PATCH] docs: remove repetitive word (#4303) Signed-off-by: alwayshang --- docs/the_black_code_style/future_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)=