Fix an example for 'Improved parentheses management' in the (future of the) Black code style (#3635)

This commit is contained in:
Harutaka Kawamura 2023-04-03 22:56:59 +09:00 committed by GitHub
parent 96ee2fef3d
commit a552f7096a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ parentheses are now removed. For example:
```python ```python
my_dict = { my_dict = {
my_dict = {
"a key in my dict": a_very_long_variable "a key in my dict": a_very_long_variable
* and_a_very_long_function_call() * and_a_very_long_function_call()
/ 100000.0, / 100000.0,