File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.7\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
11+ "POT-Creation-Date : 2018-07-26 08:41 +0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"
Last-Translator :
Shengjing Zhu <[email protected] >, 2018\n "
1414"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -484,9 +484,9 @@ msgstr ""
484484#: ../../tutorial/classes.rst:389
485485msgid ""
486486"If you still don't understand how methods work, a look at the implementation"
487- " can perhaps clarify matters. When an instance attribute is referenced that "
488- " isn't a data attribute, its class is searched. If the name denotes a valid"
489- " class attribute that is a function object, a method object is created by "
487+ " can perhaps clarify matters. When a non-data attribute of an instance is "
488+ "referenced, the instance's class is searched. If the name denotes a valid "
489+ "class attribute that is a function object, a method object is created by "
490490"packing (pointers to) the instance object and the function object just found"
491491" together in an abstract object: this is the method object. When the method"
492492" object is called with an argument list, a new argument list is constructed "
You can’t perform that action at this time.
0 commit comments