We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d96f7 commit 8eeb444Copy full SHA for 8eeb444
1 file changed
python/pythonmethodchaining.md
@@ -1,6 +1,6 @@
1
# python 方法链 method chaining
2
3
-## 写这篇文章来由,有朋友说这样的代码看不懂。
+## 写这篇文章来由,有朋友说下面这样的代码看不懂。
4
choice = raw_input("please input:\n").strip()[0].lower()
5
很多对于有经验的程序员来说,这些都不是事,
6
但对于初学者来说,看到这样的语法头有点大。
0 commit comments