Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ po 檔皆為首要的翻譯對象。你也可以幫忙校對已經翻譯過的
在 Glossary 中的譯文仍保持原文,並加註市面上的翻譯。

例如:``int``、``float``、``str``、``bytes``、``list``、``tuple``、
``dict``、``set``、``iterator``、``generator``、``iterable``
``dict``、``set``、``iterator``、``generator``、``iterable``、
``pickle``


括號的使用
Expand Down
2 changes: 1 addition & 1 deletion c-api/iterator.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr ""

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

#: ../../c-api/iterator.rst:8
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/array.po
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ msgid ""
msgstr ""
"從 *iterable* 中新增元素到陣列的尾端,如果 *iterable* 是另一個陣列,它必須有"
"完全相同的 type code,如果不同會導致 :exc:`TypeError`\\ 。如果 *iterable* 不"
"是一個陣列,它必須可以被迭代 (iterable) 且其中的元素必須是可以被加入陣列中的"
"是一個陣列,它必須可以被疊代 (iterable) 且其中的元素必須是可以被加入陣列中的"
"正確型別。"

#: ../../library/array.rst:151
Expand Down
Loading