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

Skip to content

Commit 698bff5

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7500821 commit 698bff5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorial/classes.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
13-
"PO-Revision-Date: 2018-06-21 15:16+0000\n"
12+
"POT-Creation-Date: 2018-07-26 13:58+0900\n"
13+
"PO-Revision-Date: 2018-07-26 05:09+0000\n"
1414
"Last-Translator: tomo🐧\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
@@ -433,15 +433,15 @@ msgstr "もう答は想像できているかもしれませんね。メソッド
433433
#: ../../tutorial/classes.rst:330
434434
msgid ""
435435
"If you still don't understand how methods work, a look at the implementation"
436-
" can perhaps clarify matters. When an instance attribute is referenced that"
437-
" isn't a data attribute, its class is searched. If the name denotes a valid"
438-
" class attribute that is a function object, a method object is created by "
436+
" can perhaps clarify matters. When a non-data attribute of an instance is "
437+
"referenced, the instance's class is searched. If the name denotes a valid "
438+
"class attribute that is a function object, a method object is created by "
439439
"packing (pointers to) the instance object and the function object just found"
440440
" together in an abstract object: this is the method object. When the method"
441441
" object is called with an argument list, a new argument list is constructed "
442442
"from the instance object and the argument list, and the function object is "
443443
"called with this new argument list."
444-
msgstr "もしまだメソッドの動作を理解できなければ、一度実装を見てみると事情がよく分かるかもしれません。データ属性ではないインスタンス属性が参照された時は、そのクラスが検索されます。その名前が有効なクラス属性を表している関数オブジェクトなら、インスタンスオブジェクトと見つかった関数オブジェクト (へのポインタ) を抽象オブジェクト、すなわちメソッドオブジェクトにパックして作成します。メソッドオブジェクトが引数リストと共に呼び出されるとき、インスタンスオブジェクトと渡された引数リストから新しい引数リストを作成して、元の関数オブジェクトを新しい引数リストで呼び出します。"
444+
msgstr ""
445445

446446
#: ../../tutorial/classes.rst:344
447447
msgid "Class and Instance Variables"

0 commit comments

Comments
 (0)