mirror of
https://github.com/zh-google-styleguide/zh-google-styleguide.git
synced 2025-02-19 20:50:10 +08:00
Update python_style_rules.rst
根据与英文版的对比,修改了缩进的“错误示范”中的错误。
This commit is contained in:
parent
b1366581eb
commit
9e65e3ca33
@ -163,8 +163,8 @@ Python会将 `圆括号, 中括号和花括号中的行隐式的连接起来 <ht
|
||||
# No hanging indent in a dictionary
|
||||
foo = {
|
||||
long_dictionary_key:
|
||||
long_dictionary_value,
|
||||
...
|
||||
long_dictionary_value,
|
||||
...
|
||||
}
|
||||
|
||||
序列元素尾部逗号
|
||||
|
Loading…
Reference in New Issue
Block a user