File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -442,21 +442,20 @@ msgid ""
442442"Functions can also be called using :term:`keyword arguments <keyword "
443443"argument>` of the form ``kwarg=value``. For instance, the following "
444444"function::"
445- msgstr ""
446- "也可以使用形如 ``kwarg=value`` 的 :term:`关键字参数 <keyword argument>` 来调用函数。例如下面的函数::"
445+ msgstr "也可以用 ``kwarg=value`` 形式 :term:`关键字参数 <keyword argument>` 调用函数。例如:"
447446
448447#: ../../tutorial/controlflow.rst:454
449448msgid ""
450449"accepts one required argument (``voltage``) and three optional arguments "
451450"(``state``, ``action``, and ``type``). This function can be called in any "
452451"of the following ways::"
453452msgstr ""
454- "接受一个必需的参数 (``voltage``)和三个可选的参数 (``state``, ``action``, 和 "
455- "``type``)。这个函数可以通过下面的任何一种方式调用:: "
453+ "该函数接受一个必选参数 (``voltage``)和三个可选参数 (``state``, ``action`` 和 "
454+ "``type``)。该函数可用下面列出的方式调用: "
456455
457456#: ../../tutorial/controlflow.rst:465
458457msgid "but all the following calls would be invalid::"
459- msgstr "但下面的函数调用都是无效的:: "
458+ msgstr "但下面的函数调用方式都是无效的: "
460459
461460#: ../../tutorial/controlflow.rst:472
462461msgid ""
You can’t perform that action at this time.
0 commit comments