File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -526,16 +526,18 @@ msgid ""
526526"positional-only, positional-or-keyword, and keyword-only. Keyword parameters"
527527" are also referred to as named parameters."
528528msgstr ""
529+ "在这里 ``/`` 和 ``*`` 是可选的。 如果使用这些符号则表明可以通过何种形参将参数值传递给函数:仅限位置、位置或关键字,以及仅限关键字。 "
530+ "关键字形参也被称为命名形参。"
529531
530532#: ../../tutorial/controlflow.rst:557
531533msgid "Positional-or-Keyword Arguments"
532- msgstr ""
534+ msgstr "位置或关键字参数 "
533535
534536#: ../../tutorial/controlflow.rst:559
535537msgid ""
536538"If ``/`` and ``*`` are not present in the function definition, arguments may"
537539" be passed to a function by position or by keyword."
538- msgstr ""
540+ msgstr "如果函数定义中未使用 ``/`` 和 ``*``,则参数可以按位置或按关键字传递给函数。 "
539541
540542#: ../../tutorial/controlflow.rst:564
541543msgid "Positional-Only Parameters"
You can’t perform that action at this time.
0 commit comments