File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.9\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
17+ "POT-Creation-Date : 2021-06-20 06:40 +0000\n "
1818"PO-Revision-Date : 2017-02-16 17:38+0000\n "
1919"Last-Translator : tomo, 2020\n "
2020"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -415,11 +415,9 @@ msgid ""
415415"Return an estimated length for the object *o*. First try to return its "
416416"actual length, then an estimate using :meth:`~object.__length_hint__`, and "
417417"finally return the default value. On error return ``-1``. This is the "
418- "equivalent to the Python expression ``operator.length_hint(o, default)``."
418+ "equivalent to the Python expression ``operator.length_hint(o, "
419+ "defaultvalue)``."
419420msgstr ""
420- "オブジェクト *o* の概算の長さを返します。\n"
421- "最初に実際の長さを、次に :meth:`~object.__length_hint__` を使って概算の長さを、そして最後にデフォルトの値を返そうとします。\n"
422- "この関数は Python の式 ``operator.length_hint(o, default)`` と同じです。"
423421
424422#: ../../c-api/object.rst:326
425423msgid ""
You can’t perform that action at this time.
0 commit comments