Skip to content

Commit 7b8e592

Browse files
committed
fix: Apply suggestions from code review
1 parent 786c56f commit 7b8e592

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/itertools.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-06-02 00:03+0000\n"
11-
"PO-Revision-Date: 2024-07-08 22:13+0800\n"
11+
"PO-Revision-Date: 2024-07-09 13:34+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -508,9 +508,9 @@ msgid ""
508508
"is yielded as soon as the batch is full or when the input iterable is "
509509
"exhausted:"
510510
msgstr ""
511-
"對輸入的可疊代物件進行迴圈,並將資料累積到大小為 *n* 的元組中。輸入是惰性消耗"
512-
"的,會剛好足夠填充一批的資料。一旦批次填滿或輸入的可疊代物件耗盡,結果就會被"
513-
"產出:"
511+
"對輸入的可疊代物件進行迴圈,並將資料累積到大小為 *n* 的元組中。輸入是惰性地被"
512+
"消耗 (consumed lazily) 的,會剛好足夠填充一批的資料。一旦批次填滿或輸入的可疊"
513+
"代物件耗盡,就會 yield 出結果:"
514514

515515
#: ../../library/itertools.rst:197
516516
msgid ""

0 commit comments

Comments
 (0)