Skip to content

Commit

Permalink
Add case and match to code blocks list
Browse files Browse the repository at this point in the history
  • Loading branch information
saroad2 committed May 26, 2022
1 parent 92ce12c commit ee5888b
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -73,4 +73,4 @@ def my_func():
```

This new feature will be applied to **all code blocks**: `def`, `class`, `if`, `for`,
`while` and `with`.
`while`, `with`, `case` and `match`.

0 comments on commit ee5888b

Please sign in to comment.