Yang Jingyu
Yang Jingyu
2nd one is correct examples might be similar to these: https://google.github.io/styleguide/pyguide.html#32-line-length https://google.github.io/styleguide/pyguide.html#34-indentation
Actually, I prefer using `def` like: ``` def f(a: Text, b: Text): # Align with 'a' at 1st line. ... ```
And there are some more confusing usage of two spaces and four spaces in python examples. Also some "yes:" and "no" are in ```python```block some are outside, which is not...
line671 should be 2.9.1
also at line799, it would be better with yes: and no:
个人习惯居多哈~ 一般习惯中文输入法+英文标点,这样的话开发过程里如果有必要用中文注释的话也不用担心一不小心输入了什么中文标点很难查~ 文档里如果您有兴趣辛苦帮忙修改也没问题~~谢谢啦~