From: Harutaka Kawamura Date: Mon, 3 Apr 2023 13:56:59 +0000 (+0900) Subject: Fix an example for 'Improved parentheses management' in the (future of the) Black... X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a552f7096a9f6e016c9bb1df1e0a77a17caeec1c Fix an example for 'Improved parentheses management' in the (future of the) Black code style (#3635) --- diff --git a/docs/the_black_code_style/future_style.md b/docs/the_black_code_style/future_style.md index f5fc364..bfab905 100644 --- a/docs/the_black_code_style/future_style.md +++ b/docs/the_black_code_style/future_style.md @@ -93,7 +93,6 @@ 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() / 100000.0,