Skip to content

Commit 1c52d9d

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent af0e9ad commit 1c52d9d

File tree

2 files changed

+3546
-3542
lines changed

2 files changed

+3546
-3542
lines changed

tutorial/classes.po

Lines changed: 4 additions & 7 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: Naoki INADA <songofacandy@gmail.com>, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -609,18 +609,15 @@ msgstr ""
609609
#: ../../tutorial/classes.rst:389
610610
msgid ""
611611
"If you still don't understand how methods work, a look at the implementation"
612-
" can perhaps clarify matters. When an instance attribute is referenced that"
613-
" isn't a data attribute, its class is searched. If the name denotes a valid"
614-
" class attribute that is a function object, a method object is created by "
612+
" can perhaps clarify matters. When a non-data attribute of an instance is "
613+
"referenced, the instance's class is searched. If the name denotes a valid "
614+
"class attribute that is a function object, a method object is created by "
615615
"packing (pointers to) the instance object and the function object just found"
616616
" together in an abstract object: this is the method object. When the method"
617617
" object is called with an argument list, a new argument list is constructed "
618618
"from the instance object and the argument list, and the function object is "
619619
"called with this new argument list."
620620
msgstr ""
621-
"もしまだメソッドの動作を理解できなければ、一度実装を見てみると事情がよく分かるかもしれません。データ属性ではないインスタンス属性が参照された時は、そのクラスが検索されます。その名前が有効なクラス属性を表している関数オブジェクトなら、インスタンスオブジェクトと見つかった関数オブジェクト"
622-
" (へのポインタ) "
623-
"を抽象オブジェクト、すなわちメソッドオブジェクトにパックして作成します。メソッドオブジェクトが引数リストと共に呼び出されるとき、インスタンスオブジェクトと渡された引数リストから新しい引数リストを作成して、元の関数オブジェクトを新しい引数リストで呼び出します。"
624621

625622
#: ../../tutorial/classes.rst:403
626623
msgid "Class and Instance Variables"

0 commit comments

Comments
 (0)