We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20498d1 commit 74dabb6Copy full SHA for 74dabb6
c-api/iterator.po
@@ -32,7 +32,7 @@ msgid ""
32
"iteration when the sentinel value is returned."
33
msgstr ""
34
"Python 提供了兩種通用的疊代器 (Iterator) 物件,第一種是序列 (sequence)。疊代"
35
-"器能夠與有支援:meth:`~object.__getitem__`方法的任意序列使用,第二種是與可呼"
+"器能夠與有支援 :meth:`~object.__getitem__` 方法的任意序列使用,第二種是與可呼"
36
"叫 (callable) 物件和哨兵值 (sentinel value) 一起使用,會呼叫序列中的每個可呼"
37
"叫物件,當回傳哨兵值時就結束疊代。"
38
0 commit comments