Update python_style_rules.rst

根据与英文版的对比,修改了缩进的“错误示范”中的错误。
This commit is contained in:
jeffery82 2022-10-16 12:20:55 +08:00 committed by GitHub
parent b1366581eb
commit 9e65e3ca33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,8 +163,8 @@ Python会将 `圆括号, 中括号和花括号中的行隐式的连接起来 <ht
# No hanging indent in a dictionary
foo = {
long_dictionary_key:
long_dictionary_value,
...
long_dictionary_value,
...
}
序列元素尾部逗号