Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11df3a6

Browse files
committed
modify the missused parts
1 parent3406d08 commit11df3a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎c-api/iterator.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ 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-
msgstr"Python提供了兩種通用的疊代器(Iterator)物件,第一種是序列(sequence)。疊代器"
34-
"能夠與支援:meth:`~object.__getitem__`方法的隨意的序列使用,第二種是與可調用"
35-
"(callable)物件和番兵(sentinel value)一起使用。會調用序列中的每個可調用對象,"
36-
"當返回番兵時,就結束疊代。"
37-
33+
msgstr""
34+
"Python提供了兩種通用的疊代器(Iterator)物件,第一種是序列(sequence)。疊代器"
35+
"能夠與支援:meth:`~object.__getitem__`方法的隨意的序列使用,第二種是與可呼叫"
36+
"(callable)物件和哨兵值(sentinel value)一起使用。會呼叫序列中的每個可呼叫對"
37+
"象,當回傳哨兵值時,就結束疊代。"
3838

3939
#:../../c-api/iterator.rst:17
4040
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp