We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8673f commit b87eff5Copy full SHA for b87eff5
c-api/iterator.po
@@ -30,6 +30,7 @@ msgid ""
30
"__getitem__` method. The second works with a callable object and a sentinel "
31
"value, calling the callable for each item in the sequence, and ending the "
32
"iteration when the sentinel value is returned."
33
+
34
msgstr ""
35
"Python提供了兩種通用的疊代器(Iterator)物件,第一種是序列(sequence)。疊代器"
36
"能夠與支援:meth:`~object.__getitem__`方法的隨意的序列使用,第二種是與可呼叫"
0 commit comments