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

@ -92,7 +92,6 @@ For dict literals with long values, they are now wrapped in parentheses. Unneces
parentheses are now removed. For example:
```python
my_dict = {
my_dict = {
"a key in my dict": a_very_long_variable
* and_a_very_long_function_call()