Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74dabb6

Browse files
committed
new commit
1 parent 20498d1 commit 74dabb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-api/iterator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msgid ""
3232
"iteration when the sentinel value is returned."
3333
msgstr ""
3434
"Python 提供了兩種通用的疊代器 (Iterator) 物件,第一種是序列 (sequence)。疊代"
35-
"器能夠與有支援:meth:`~object.__getitem__`方法的任意序列使用,第二種是與可呼"
35+
"器能夠與有支援 :meth:`~object.__getitem__` 方法的任意序列使用,第二種是與可呼"
3636
"叫 (callable) 物件和哨兵值 (sentinel value) 一起使用,會呼叫序列中的每個可呼"
3737
"叫物件,當回傳哨兵值時就結束疊代。"
3838

0 commit comments

Comments
 (0)