Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8587bc9

Browse files
committed
[po] auto sync bot
1 parent 17c5020 commit 8587bc9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

library/itertools.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,12 @@ msgid ""
610610
":func:`groupby` object is advanced, the previous group is no longer visible."
611611
" So, if that data is needed later, it should be stored as a list::"
612612
msgstr ""
613+
"返回的组本身也是一个迭代器,它与 :func:`groupby` 共享底层的可迭代对象。因为源是共享的,当 :func:`groupby` "
614+
"对象向后迭代时,前一个组将消失。因此如果稍后还需要返回结果,可保存为列表:"
613615

614616
#: ../../library/itertools.rst:390
615617
msgid ":func:`groupby` is roughly equivalent to::"
616-
msgstr ""
618+
msgstr ":func:`groupby` 大致相当于"
617619

618620
#: ../../library/itertools.rst:423
619621
msgid ""

0 commit comments

Comments
 (0)