File tree Expand file tree Collapse file tree 5 files changed +450
-120
lines changed Expand file tree Collapse file tree 5 files changed +450
-120
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,8 @@ po 檔皆為首要的翻譯對象。你也可以幫忙校對已經翻譯過的
228
228
在 Glossary 中的譯文仍保持原文,並加註市面上的翻譯。
229
229
230
230
例如:``int ``、``float ``、``str ``、``bytes ``、``list ``、``tuple ``、
231
- ``dict ``、``set ``、``iterator ``、``generator ``、``iterable ``
231
+ ``dict ``、``set ``、``iterator ``、``generator ``、``iterable ``、
232
+ ``pickle ``
232
233
233
234
234
235
括號的使用
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ msgstr ""
21
21
22
22
#: ../../c-api/iterator.rst:6
23
23
msgid "Iterator Objects"
24
- msgstr "迭代器 (Iterator)物件"
24
+ msgstr "疊代器 (Iterator)物件"
25
25
26
26
#: ../../c-api/iterator.rst:8
27
27
msgid ""
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ msgid ""
349
349
msgstr ""
350
350
"從 *iterable* 中新增元素到陣列的尾端,如果 *iterable* 是另一個陣列,它必須有"
351
351
"完全相同的 type code,如果不同會導致 :exc:`TypeError`\\ 。如果 *iterable* 不"
352
- "是一個陣列,它必須可以被迭代 (iterable) 且其中的元素必須是可以被加入陣列中的"
352
+ "是一個陣列,它必須可以被疊代 (iterable) 且其中的元素必須是可以被加入陣列中的"
353
353
"正確型別。"
354
354
355
355
#: ../../library/array.rst:151
You can’t perform that action at this time.
0 commit comments