File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.9\n "
16
16
"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 "
18
18
"PO-Revision-Date : 2017-02-16 17:38+0000\n "
19
19
"Last-Translator : tomo, 2020\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -415,11 +415,9 @@ msgid ""
415
415
"Return an estimated length for the object *o*. First try to return its "
416
416
"actual length, then an estimate using :meth:`~object.__length_hint__`, and "
417
417
"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)``."
419
420
msgstr ""
420
- "オブジェクト *o* の概算の長さを返します。\n"
421
- "最初に実際の長さを、次に :meth:`~object.__length_hint__` を使って概算の長さを、そして最後にデフォルトの値を返そうとします。\n"
422
- "この関数は Python の式 ``operator.length_hint(o, default)`` と同じです。"
423
421
424
422
#: ../../c-api/object.rst:326
425
423
msgid ""
You can’t perform that action at this time.
0 commit comments