Skip to content

Working on iterator.po tst:8 #546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions c-api/iterator.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ msgid ""
"value, calling the callable for each item in the sequence, and ending the "
"iteration when the sentinel value is returned."
msgstr ""
"Python 提供了兩種通用的疊代器 (Iterator) 物件,第一種是序列 (sequence)。疊代"
"器能夠與有支援 :meth:`~object.__getitem__` 方法的任意序列使用,第二種是與可呼"
"叫 (callable) 物件和哨兵值 (sentinel value) 一起使用,會呼叫序列中的每個可呼"
"叫物件,當回傳哨兵值時就結束疊代。"

#: ../../c-api/iterator.rst:17
msgid ""
Expand Down