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

Skip to content

Commit 93bdbf8

Browse files
[po] auto sync
1 parent 9c80553 commit 93bdbf8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

library/unittest.mock-examples.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ msgid ""
670670
" :class:`list`), we need to configure the object returned by the call to "
671671
"``foo.iter()``."
672672
msgstr ""
673+
"为了配置从迭代操作(隐含在对 :class:`list` 的调用中)返回的值,我们需要配置调用 ``foo.iter()`` 所返回的对象。"
673674

674675
#: ../../library/unittest.mock-examples.rst:651
675676
msgid ""
@@ -679,10 +680,14 @@ msgid ""
679680
"powerful they are is: `Generator Tricks for Systems Programmers "
680681
"<http://www.dabeaz.com/generators/>`_."
681682
msgstr ""
683+
"此外还有生成器表达式和更多的生成器 `进阶用法 "
684+
"<http://www.dabeaz.com/coroutines/index.html>`_,但在这里我们不去关心它们。 "
685+
"有关生成器及其强大功能的一个很好的介绍请参阅: `针对系统程序员的生成器妙招 "
686+
"<http://www.dabeaz.com/generators/>`_。"
682687

683688
#: ../../library/unittest.mock-examples.rst:659
684689
msgid "Applying the same patch to every test method"
685-
msgstr ""
690+
msgstr "对每个测试方法应用相同的补丁"
686691

687692
#: ../../library/unittest.mock-examples.rst:661
688693
msgid ""

0 commit comments

Comments
 (0)