File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1188,6 +1188,8 @@ msgid ""
11881188"If the input is an iterator, then fully consuming the *islice* advances the "
11891189"input iterator by ``max(start, stop)`` steps regardless of the *step* value."
11901190msgstr ""
1191+ "若輸入為疊代器,則完整耗盡 *islice* 會使輸入的疊代器向前移動 ``max(start, "
1192+ "stop)`` 步,與 *step* 的值無關。"
11911193
11921194#: ../../library/itertools.rst:513
11931195msgid "Return successive overlapping pairs taken from the input *iterable*."
@@ -1332,6 +1334,8 @@ msgid ""
13321334"`Cartesian product <https://en.wikipedia.org/wiki/Cartesian_product>`_ of "
13331335"the input iterables."
13341336msgstr ""
1337+ "輸入可疊代物的 `笛卡爾乘積 <https://en.wikipedia.org/wiki/"
1338+ "Cartesian_product>`_"
13351339
13361340#: ../../library/itertools.rst:592
13371341msgid ""
You can’t perform that action at this time.
0 commit comments