File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -960,9 +960,9 @@ msgid ""
960
960
"it and returns it. For example, here's how to iterate over the keys of a "
961
961
"dictionary in sorted order::"
962
962
msgstr ""
963
- "如果你想要他回傳新的串列,那可以改用內建的 :func:`sorted`。他會用提供的可迭代 "
963
+ "如果你想要他回傳新的串列,那可以改用內建的 :func:`sorted`。他會用提供的可疊代 "
964
964
"物件 (iterable) 來排序建立新串列,並回傳之。例如,以下這個範例會說明如何有序"
965
- "地迭代字典的鍵 :\n"
965
+ "地疊代字典的鍵 :\n"
966
966
"\n"
967
967
"::"
968
968
@@ -1230,7 +1230,7 @@ msgid ""
1230
1230
"\" contextlib.closing(generator)\" in the 'with' statement."
1231
1231
msgstr ""
1232
1232
"出於技術原因,把產生器直接用作上下文 (context) 管理器會無法正常運作。因為通常"
1233
- "來說,產生器是被當成迭代器 (iterator),到最後完成時不需要被手動關閉。但如果你"
1233
+ "來說,產生器是被當成疊代器 (iterator),到最後完成時不需要被手動關閉。但如果你"
1234
1234
"需要的話,你可以在 with 陳述式裡用「contextlib.closing(generator)」來包裝他。"
1235
1235
1236
1236
#: ../../faq/design.rst:717
You can’t perform that action at this time.
0 commit comments