Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d97eda commit 775f60aCopy full SHA for 775f60a
1 file changed
tutorial/classes.po
@@ -998,8 +998,8 @@ msgid ""
998
":func:`next` built-in function; this example shows how it all works::"
999
msgstr ""
1000
"这种访问风格清晰、简洁又方便。 迭代器的使用非常普遍并使得 Python 成为一个统一的整体。 在幕后,:keyword:`for` "
1001
-"语句会调用容器对象中的 :func:`iter`。 该函数返回一个定义了 :meth:`~iterator.__next__` "
1002
-"方法的迭代器对象,该方法将逐一访问容器中的元素。 当元素用尽时,:meth:`~iterator.__next__` 将引发 "
+"语句会在容器对象上调用 :func:`iter`。 该函数返回一个定义了 :meth:`~iterator.__next__` "
+"方法的迭代器对象,此方法将逐一访问容器中的元素。 当元素用尽时,:meth:`~iterator.__next__` 将引发 "
1003
":exc:`StopIteration` 异常来通知终止 :keyword:`!for` 循环。 你可以使用 :func:`next` 内置函数来调用 "
1004
":meth:`~iterator.__next__` 方法;这个例子显示了它的运作方式::"
1005
0 commit comments