Fix typo in future_style.md (#3979)

parantheses -> parentheses
This commit is contained in:
Ikko Eltociear Ashimine 2023-10-27 01:43:42 +09:00 committed by GitHub
parent 878937bcc3
commit f7174bfc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: