Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
  • Loading branch information
cobaltt7 committed Nov 8, 2024
1 parent 602599e commit 42864d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

<!-- Changes that affect Black's preview style -->

- Remove parentheses around sole list items (#4312)

### Configuration

<!-- Changes to how Black can be configured -->
Expand Down Expand Up @@ -74,7 +76,6 @@

- Fix type annotation spacing between * and more complex type variable tuple (i.e. `def
fn(*args: *tuple[*Ts, T]) -> None: pass`) (#4440)
- Remove parenthesis around sole list items (#4312)

### Caching

Expand Down
2 changes: 1 addition & 1 deletion docs/the_black_code_style/future_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Currently, the following features are included in the preview style:
blocks when the line is too long
- `pep646_typed_star_arg_type_var_tuple`: fix type annotation spacing between * and more
complex type variable tuple (i.e. `def fn(*args: *tuple[*Ts, T]) -> None: pass`)
- `remove_lone_list_item_parens`: remove redundant parenthesis around lone list items
- `remove_lone_list_item_parens`: remove redundant parentheses around lone list items
(depends on unstable `hug_parens_with_braces_and_square_brackets` feature in some
cases)

Expand Down

0 comments on commit 42864d7

Please sign in to comment.