Skip to content

Commit d99453f

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 41b2ed8 commit d99453f

File tree

2 files changed

+6500
-6485
lines changed

2 files changed

+6500
-6485
lines changed

reference/datamodel.po

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.9\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2020-10-22 04:25+0000\n"
24+
"POT-Creation-Date: 2020-10-28 04:27+0000\n"
2525
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
2626
"Last-Translator: mollinaca, 2020\n"
2727
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -3205,11 +3205,9 @@ msgstr "呼び出し可能オブジェクトをエミュレートする"
32053205
#: ../../reference/datamodel.rst:2170
32063206
msgid ""
32073207
"Called when the instance is \"called\" as a function; if this method is "
3208-
"defined, ``x(arg1, arg2, ...)`` is a shorthand for ``x.__call__(arg1, arg2, "
3209-
"...)``."
3208+
"defined, ``x(arg1, arg2, ...)`` roughly translates to ``type(x).__call__(x, "
3209+
"arg1, ...)``."
32103210
msgstr ""
3211-
"インスタンスが関数として \"呼ばれた\" 際に呼び出されます; このメソッドが定義されている場合、 ``x(arg1, arg2, ...)`` は "
3212-
"``x.__call__(arg1, arg2, ...)`` を短く書いたものになります。"
32133211

32143212
#: ../../reference/datamodel.rst:2177
32153213
msgid "Emulating container types"

0 commit comments

Comments
 (0)