Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63953ba

Browse files
committed
[po] auto sync bot
1 parent f2956f5 commit 63953ba

2 files changed

Lines changed: 3546 additions & 3539 deletions

File tree

tutorial/classes.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
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
485485
msgid ""
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 "

0 commit comments

Comments
 (0)