X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3a9d6f0a5f9013b97676f3d24246bd34d93fce4c..4b76a548153ed5e58e61c90d0f2e4d817fc19537:/docs/the_black_code_style/future_style.md?ds=sidebyside 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,