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

Skip to content

Commit 09e1527

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 9b52162 commit 09e1527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/functools.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"Last-Translator: tomo🐧\n"
1414
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1515
"MIME-Version: 1.0\n"
@@ -97,7 +97,7 @@ msgid ""
9797
"arguments *keywords*. If more arguments are supplied to the call, they are "
9898
"appended to *args*. If additional keyword arguments are supplied, they "
9999
"extend and override *keywords*. Roughly equivalent to::"
100-
msgstr ""
100+
msgstr "新しい :ref:`partial オブジェクト<partial-objects>` を返します。このオブジェクトは呼び出されると位置引数 *args* とキーワード引数 *keywords* 付きで呼び出された *func* のように振る舞います。呼び出しに際してさらなる引数が渡された場合、それらは *args* に付け加えられます。追加のキーワード引数が渡された場合には、それらで *keywords* を拡張または上書きします。おおよそ次のコードと等価です::"
101101

102102
#: ../../library/functools.rst:95
103103
msgid ""

0 commit comments

Comments
 (0)