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

Skip to content

Commit 3c7b1a4

Browse files
[po] auto sync
1 parent 2671f9f commit 3c7b1a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

c-api/object.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,3 +543,6 @@ msgid ""
543543
"already an iterator. Raises :exc:`TypeError` and returns ``NULL`` if the "
544544
"object cannot be iterated."
545545
msgstr ""
546+
"等同于 Python 表达式 "
547+
"``iter(o)``。为对象参数返回一个新的迭代器,如果该对象已经是一个迭代器,则返回对象本身。如果对象不能被迭代,会引发 "
548+
":exc:`TypeError` ,并返回 ``NULL``。"

0 commit comments

Comments
 (0)