Skip to content

Commit

Permalink
Fix typo in future_style.md (#3979)
Browse files Browse the repository at this point in the history
parantheses -> parentheses
  • Loading branch information
eltociear committed Oct 26, 2023
1 parent 878937b commit f7174bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/the_black_code_style/future_style.md
Expand Up @@ -115,7 +115,7 @@ my_dict = {

### Improved multiline dictionary and list indentation for sole function parameter

For better readability and less verticality, _Black_ now pairs parantheses ("(", ")")
For better readability and less verticality, _Black_ now pairs parentheses ("(", ")")
with braces ("{", "}") and square brackets ("[", "]") on the same line for single
parameter function calls. For example:

Expand Down

0 comments on commit f7174bf

Please sign in to comment.