Skip to content

Commit b18fcae

Browse files
committed
new commit
1 parent 59123a6 commit b18fcae

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

c-api/iterator.po

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ msgid ""
3131
"value, calling the callable for each item in the sequence, and ending the "
3232
"iteration when the sentinel value is returned."
3333
msgstr ""
34-
"Python提供了兩種通用的疊代器 (Iterator) 物件,第一種是序列 (sequence),疊代器"
35-
"能夠與支援:meth:`~object.__getitem__`方法的隨意序列一起使用,第二種是與可呼叫"
36-
"物件 (callable) 和哨兵值 (sentinel value) 一起使用,疊代器會呼叫序列中的每個"
37-
"可呼叫物件,當回傳哨兵值時,就結束疊代。"
3834

3935
#: ../../c-api/iterator.rst:17
4036
msgid ""

extending/building.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ msgid ""
2727
"A C extension for CPython is a shared library (e.g. a ``.so`` file on Linux, "
2828
"``.pyd`` on Windows), which exports an *initialization function*."
2929
msgstr ""
30-
"對於 CPython 的 C 擴充功能是一個函式庫(例如在Linux上的``.so``檔案,在Windows"
31-
"上的``.pyd``),會輸出一個*initialization function*。"
30+
"C 擴充套件是用於 CPython 一個共享函式庫(例如在 Linux 上的 ``.so`` 檔案,"
31+
"Windows 上的 ``.pyd``),會匯出一個\\ *初始化函式*。"
3232

3333
#: ../../extending/building.rst:12
3434
msgid ""

0 commit comments

Comments
 (0)