Skip to content

Commit 2261735

Browse files
committed
fix: correct 迭代 as 疊代
1 parent acb1a00 commit 2261735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c-api/iterator.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgstr ""
2121

2222
#: ../../c-api/iterator.rst:6
2323
msgid "Iterator Objects"
24-
msgstr "迭代器(Iterator)物件"
24+
msgstr "疊代器(Iterator)物件"
2525

2626
#: ../../c-api/iterator.rst:8
2727
msgid ""

library/array.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ msgid ""
349349
msgstr ""
350350
"從 *iterable* 中新增元素到陣列的尾端,如果 *iterable* 是另一個陣列,它必須有"
351351
"完全相同的 type code,如果不同會導致 :exc:`TypeError`\\ 。如果 *iterable* 不"
352-
"是一個陣列,它必須可以被迭代 (iterable) 且其中的元素必須是可以被加入陣列中的"
352+
"是一個陣列,它必須可以被疊代 (iterable) 且其中的元素必須是可以被加入陣列中的"
353353
"正確型別。"
354354

355355
#: ../../library/array.rst:151

0 commit comments

Comments
 (0)