Skip to content

Commit

Permalink
Update Part.1.E.5.strings.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolai committed Mar 28, 2019
1 parent 0d6b1b4 commit e0491e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part.1.E.5.strings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@
"\n",
"第一部分尚未读完的你,暂时不用了解对象究竟是什么;只需要知道的是,一个对象的内部有很多函数…… 这些写在对象内部的函数,有个专门的名称,类的**方法**(Method)。问题在于,在讲解编程的内容里,“方法” 这个词(比如,处理数值的_方法_是……)随处可见;所以,**为了避免歧义**,以后的文字里,提到 “类的方法” 的时候,直接用 **Method** 这个英文单词……\n",
"\n",
"字符串有很多可以调用的Methods。以下介绍的 `str` Methods,在官方文档 \"[Text Sequence Type](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)\" 中都可以找到。\n",
"字符串有很多可以调用的 Methods。以下介绍的 `str` Methods,在官方文档 \"[Text Sequence Type](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)\" 中都可以找到。\n",
"\n",
"调用 str 类的 Methods 是使用 `.` 这个符号,比如:\n",
"\n",
Expand Down

0 comments on commit e0491e9

Please sign in to comment.