File tree Expand file tree Collapse file tree 3 files changed +4073
-4099
lines changed Expand file tree Collapse file tree 3 files changed +4073
-4099
lines changed Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ msgid ""
687
687
"to ``d.append(d.popleft())``."
688
688
msgstr ""
689
689
"deque が空でないときは、 deque をひとつ右にローテートすることは ``d.appendleft(d.pop())`` と同じで、 deque"
690
- " をひとつ左にローテートすることは ``d.appendleft (d.popleft())`` と同じです。"
690
+ " をひとつ左にローテートすることは ``d.append (d.popleft())`` と同じです。"
691
691
692
692
#: ../../library/collections.rst:538
693
693
msgid "Deque objects also provide one read-only attribute:"
@@ -1103,6 +1103,8 @@ msgid ""
1103
1103
"To convert a dictionary to a named tuple, use the ``**`` operator (as "
1104
1104
"described in :ref:`tut-unpacking-arguments`):"
1105
1105
msgstr ""
1106
+ "辞書を名前付きタプルに変換するには、 ``**`` 演算子 (double-star-operator, :ref:`tut-unpacking-"
1107
+ "arguments` で説明しています) を使います:"
1106
1108
1107
1109
#: ../../library/collections.rst:969
1108
1110
msgid ""
You can’t perform that action at this time.
0 commit comments