Skip to content

Commit b87eff5

Browse files
committed
Working on iterator.po tst:8
1 parent 5e8673f commit b87eff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c-api/iterator.po

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ msgid ""
3030
"__getitem__` method. The second works with a callable object and a sentinel "
3131
"value, calling the callable for each item in the sequence, and ending the "
3232
"iteration when the sentinel value is returned."
33+
3334
msgstr ""
3435
"Python提供了兩種通用的疊代器(Iterator)物件,第一種是序列(sequence)。疊代器"
3536
"能夠與支援:meth:`~object.__getitem__`方法的隨意的序列使用,第二種是與可呼叫"

0 commit comments

Comments
 (0)