Fix an example for 'Improved parentheses management' in the (future o… · psf/black@a552f70 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit a552f70

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

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 0 additions & 1 deletion

Original file line number Diff line number Diff line change
@@ -93,7 +93,6 @@ parentheses are now removed. For example:
93 93
94 94 ```python
95 95 my_dict = {
96 - my_dict = {
97 96 "a key in my dict": a_very_long_variable
98 97 * and_a_very_long_function_call()
99 98 / 100000.0,