docs: remove repetitive word (#4303) · psf/black@07fe1ca (original) (raw)
File tree
1 file changed
lines changed
- docs/the_black_code_style
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -35,7 +35,7 @@ Currently, the following features are included in the preview style: | ||
35 | 35 | - `remove_redundant_guard_parens`: Removes redundant parentheses in `if` guards for |
36 | 36 | `case` blocks. |
37 | 37 | - `parens_for_long_if_clauses_in_case_block`: Adds parentheses to `if` clauses in `case` |
38 | - blocks when the the line is too long | |
38 | + blocks when the line is too long | |
39 | 39 | |
40 | 40 | (labels/unstable-features)= |
41 | 41 |