File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ msgid ""
31
31
"value, calling the callable for each item in the sequence, and ending the "
32
32
"iteration when the sentinel value is returned."
33
33
msgstr ""
34
- "Python提供了兩種通用的疊代器 (Iterator) 物件,第一種是序列 (sequence),疊代器"
35
- "能夠與支援:meth:`~object.__getitem__`方法的隨意序列一起使用,第二種是與可呼叫"
36
- "物件 (callable) 和哨兵值 (sentinel value) 一起使用,疊代器會呼叫序列中的每個"
37
- "可呼叫物件,當回傳哨兵值時,就結束疊代。"
38
34
39
35
#: ../../c-api/iterator.rst:17
40
36
msgid ""
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ msgid ""
27
27
"A C extension for CPython is a shared library (e.g. a ``.so`` file on Linux, "
28
28
"``.pyd`` on Windows), which exports an *initialization function*."
29
29
msgstr ""
30
- "對於 CPython 的 C 擴充功能是一個函式庫(例如在Linux上的 ``.so``檔案,在Windows "
31
- "上的 ``.pyd``),會輸出一個*initialization function *。"
30
+ "C 擴充套件是用於 CPython 一個共享函式庫(例如在 Linux 上的 ``.so`` 檔案,在 "
31
+ "Windows 上的 ``.pyd``),會匯出一個 \\ *初始化函式 *。"
32
32
33
33
#: ../../extending/building.rst:12
34
34
msgid ""
You can’t perform that action at this time.
0 commit comments