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

Skip to content

Commit 71b4211

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 34441b0 commit 71b4211

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/functools.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
12-
"PO-Revision-Date: 2017-10-19 13:53+0000\n"
11+
"POT-Creation-Date: 2018-10-24 14:41+0900\n"
12+
"PO-Revision-Date: 2018-10-24 05:49+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"
@@ -92,12 +92,12 @@ msgstr "これは :func:`reduce` 関数と同じものです。このモジュ
9292

9393
#: ../../library/functools.rst:79
9494
msgid ""
95-
"Return a new :class:`partial` object which when called will behave like "
96-
"*func* called with the positional arguments *args* and keyword arguments "
97-
"*keywords*. If more arguments are supplied to the call, they are appended to"
98-
" *args*. If additional keyword arguments are supplied, they extend and "
99-
"override *keywords*. Roughly equivalent to::"
100-
msgstr "新しい :class:`partial` オブジェクトを返します。このオブジェクトは呼び出されると位置引数 *args* とキーワード引数 *keywords* 付きで呼び出された *func* のように振る舞います。呼び出しに際してさらなる引数が渡された場合、それらは *args* に付け加えられます。追加のキーワード引数が渡された場合には、それらで *keywords* を拡張または上書きします。大雑把にいうと、次のコードと等価です::"
95+
"Return a new :ref:`partial object<partial-objects>` which when called will "
96+
"behave like *func* called with the positional arguments *args* and keyword "
97+
"arguments *keywords*. If more arguments are supplied to the call, they are "
98+
"appended to *args*. If additional keyword arguments are supplied, they "
99+
"extend and override *keywords*. Roughly equivalent to::"
100+
msgstr ""
101101

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

0 commit comments

Comments
 (0)