8000 fix: use 疊代 instead of 迭代 · python/python-docs-zh-tw@641c0e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 641c0e1

Browse files
committed
fix: use 疊代 instead of 迭代
1 parent b2ef135 commit 641c0e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

faq/design.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.10\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-07-06 00:17+0000\n"
12-
"PO-Revision-Date: 2022-08-27 11:33+0800\n"
12+
"PO-Revision-Date: 2022-08-27 18:01+0800\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -960,9 +960,9 @@ msgid ""
960960
"it and returns it. For example, here's how to iterate over the keys of a "
961961
"dictionary in sorted order::"
962962
msgstr ""
963-
"如果你想要他回傳新的串列,那可以改用內建的 :func:`sorted`。他會用提供的可迭代"
963+
"如果你想要他回傳新的串列,那可以改用內建的 :func:`sorted`。他會用提供的可疊代"
964964
"物件 (iterable) 來排序建立新串列,並回傳之。例如,以下這個範例會說明如何有序"
965-
"地迭代字典的鍵:\n"
965+
"地疊代字典的鍵:\n"
966966
"\n"
967967
"::"
968968

@@ -1230,7 +1230,7 @@ msgid ""
12301230
"\"contextlib.closing(generator)\" in the 'with' statement."
12311231
msgstr ""
12321232
"出於技術原因,把產生器直接用作上下文 (context) 管理器會無法正常運作。因為通常"
1233-
"來說,產生器是被當成迭代器 (iterator),到最後完成時不需要被手動關閉。但如果你"
1233+
"來說,產生器是被當成疊代器 (iterator),到最後完成時不需要被手動關閉。但如果你"
12341234
"需要的話,你可以在 with 陳述式裡用「contextlib.closing(generator)」來包裝他。"
12351235

12361236
#: ../../faq/design.rst:717

0 commit comments

Comments
 (0)
0