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 38e986f commit e929b49Copy full SHA for e929b49
1 file changed
library/contextlib.po
@@ -99,7 +99,7 @@ msgid ""
99
"the targets in the :keyword:`with` statement's :keyword:`!as` clause, if "
100
"any."
101
msgstr ""
102
-"被装饰的函数在被调用时,必须返回一个 :term:`generator-iterator`。这个迭代器必须只 yield 一个值出来,这个值会被用在 "
+"被装饰的函数在被调用时,必须返回一个 :term:`generator`-iterator。这个迭代器必须只 yield 一个值出来,这个值会被用在 "
103
":keyword:`with` 语句中,绑定到 :keyword:`!as` 后面的变量,如果给定了的话。"
104
105
#: ../../library/contextlib.rst:77
0 commit comments