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 f4ff43b commit 64659e4Copy full SHA for 64659e4
1 file changed
tutorial/controlflow.po
@@ -692,12 +692,12 @@ msgid ""
692
"``*args`` parameter are 'keyword-only' arguments, meaning that they can only"
693
" be used as keywords rather than positional arguments. ::"
694
msgstr ""
695
-"一般来说,这些 ``可变参数`` 将在形式参数列表的末尾,因为它们收集传递给函数的所有剩余输入参数。出现在 ``*args`` "
696
-"参数之后的任何形式参数都是 ‘仅关键字参数’,也就是说它们只能作为关键字参数而不能是位置参数。::"
+"这些 ``variadic`` 实参用于采集传递给函数的所有剩余实参,因此,它们通常在形参列表的末尾。* args "
+"形参后出现的任何形参都是仅限关键字参数,即只能用作关键字参数,不能用作位置参数:"
697
698
#: ../../tutorial/controlflow.rst:734
699
msgid "Unpacking Argument Lists"
700
-msgstr "解包参数列表"
+msgstr "解包实参列表"
701
702
#: ../../tutorial/controlflow.rst:736
703
msgid ""
0 commit comments