We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03c8a9 commit 5cfc314Copy full SHA for 5cfc314
1 file changed
library/itertools.po
@@ -1188,6 +1188,8 @@ msgid ""
1188
"If the input is an iterator, then fully consuming the *islice* advances the "
1189
"input iterator by ``max(start, stop)`` steps regardless of the *step* value."
1190
msgstr ""
1191
+"若輸入為疊代器,則完整耗盡 *islice* 會使輸入的疊代器向前移動 ``max(start, "
1192
+"stop)`` 步,與 *step* 的值無關。"
1193
1194
#: ../../library/itertools.rst:513
1195
msgid "Return successive overlapping pairs taken from the input *iterable*."
@@ -1332,6 +1334,8 @@ msgid ""
1332
1334
"`Cartesian product <https://en.wikipedia.org/wiki/Cartesian_product>`_ of "
1333
1335
"the input iterables."
1336
1337
+"輸入可疊代物的 `笛卡爾乘積 <https://en.wikipedia.org/wiki/"
1338
+"Cartesian_product>`_"
1339
1340
#: ../../library/itertools.rst:592
1341
msgid ""
0 commit comments