@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-08-19 14:25 +0000\n "
15+ "POT-Creation-Date : 2026-08-25 14:37 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : python-doc bot, 2026\n "
1818"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1094,17 +1094,11 @@ msgstr "expression"
10941094msgid ""
10951095"A piece of syntax which can be evaluated to some value. In other words, an "
10961096"expression is an accumulation of expression elements like literals, names, "
1097- "attribute access, operators or function calls which all return a value. In "
1098- "contrast to many other languages, not all language constructs are "
1099- "expressions. There are also :term:`statement`\\ s which cannot be used as "
1100- "expressions, such as :keyword:`while`. Assignments are also statements, not "
1101- "expressions."
1102- msgstr ""
1103- "(式) 何かの値と評価される、一まとまりの構文 (a piece of syntax) です。言い換"
1104- "えると、式とはリテラル、名前、属性アクセス、演算子や関数呼び出しなど、値を返"
1105- "す式の要素の積み重ねです。他の多くの言語と違い、Python では言語の全ての構成要"
1106- "素が式というわけではありません。 :keyword:`while` のように、式としては使えな"
1107- "い :term:`文 <statement>` もあります。代入も式ではなく文です。"
1097+ "attribute access, operators or function calls which all return a value. Not "
1098+ "all language constructs are expressions. There are also :term:"
1099+ "`statement`\\ s which cannot be used as expressions, such as :keyword:"
1100+ "`while`. Assignments are also statements, not expressions."
1101+ msgstr ""
11081102
11091103#: ../../glossary.rst:516
11101104msgid "extension module"
@@ -2014,7 +2008,7 @@ msgstr "list"
20142008msgid ""
20152009"A built-in Python :term:`sequence`. Despite its name it is more akin to an "
20162010"array in other languages than to a linked list since access to elements is "
2017- "*O*\\ (1)."
2011+ "*O*\\ (1). See :ref:`time-complexity`. "
20182012msgstr ""
20192013
20202014#: ../../glossary.rst:946
0 commit comments