File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2018-10-24 14:41+0900\n "
12
- "PO-Revision-Date : 2018-10-24 05:49 +0000\n "
12
+ "PO-Revision-Date : 2018-11-29 00:50 +0000\n "
13
13
"Last-Translator : tomo🐧\n "
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
@@ -97,7 +97,7 @@ msgid ""
97
97
"arguments *keywords*. If more arguments are supplied to the call, they are "
98
98
"appended to *args*. If additional keyword arguments are supplied, they "
99
99
"extend and override *keywords*. Roughly equivalent to::"
100
- msgstr ""
100
+ msgstr "新しい :ref:`partial オブジェクト<partial-objects>` を返します。このオブジェクトは呼び出されると位置引数 *args* とキーワード引数 *keywords* 付きで呼び出された *func* のように振る舞います。呼び出しに際してさらなる引数が渡された場合、それらは *args* に付け加えられます。追加のキーワード引数が渡された場合には、それらで *keywords* を拡張または上書きします。おおよそ次のコードと等価です:: "
101
101
102
102
#: ../../library/functools.rst:95
103
103
msgid ""
You can’t perform that action at this time.
0 commit comments