Skip to content

Commit a552f70

Browse files
authored
Fix an example for 'Improved parentheses management' in the (future of the) Black code style (#3635)
1 parent 96ee2fe commit a552f70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/the_black_code_style/future_style.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ parentheses are now removed. For example:
9393

9494
```python
9595
my_dict = {
96-
my_dict = {
9796
"a key in my dict": a_very_long_variable
9897
* and_a_very_long_function_call()
9998
/ 100000.0,

0 commit comments

Comments
 (0)