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

Skip to content

Commit 775f60a

Browse files
[po] auto sync
1 parent 1d97eda commit 775f60a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/classes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,8 @@ msgid ""
998998
":func:`next` built-in function; this example shows how it all works::"
999999
msgstr ""
10001000
"这种访问风格清晰、简洁又方便。 迭代器的使用非常普遍并使得 Python 成为一个统一的整体。 在幕后,:keyword:`for` "
1001-
"语句会调用容器对象中的 :func:`iter`。 该函数返回一个定义了 :meth:`~iterator.__next__` "
1002-
"方法的迭代器对象,该方法将逐一访问容器中的元素。 当元素用尽时,:meth:`~iterator.__next__` 将引发 "
1001+
"语句会在容器对象上调用 :func:`iter`。 该函数返回一个定义了 :meth:`~iterator.__next__` "
1002+
"方法的迭代器对象,此方法将逐一访问容器中的元素。 当元素用尽时,:meth:`~iterator.__next__` 将引发 "
10031003
":exc:`StopIteration` 异常来通知终止 :keyword:`!for` 循环。 你可以使用 :func:`next` 内置函数来调用 "
10041004
":meth:`~iterator.__next__` 方法;这个例子显示了它的运作方式::"
10051005

0 commit comments

Comments
 (0)