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 7fe8c5e commit 8a59d7bCopy full SHA for 8a59d7b
2 files changed
glossary.po
@@ -1084,7 +1084,7 @@ msgstr ""
1084
1085
#: ../../glossary.rst:542
1086
msgid "interpreted"
1087
-msgstr "interpreted -- 解释"
+msgstr "interpreted -- 解释型"
1088
1089
#: ../../glossary.rst:544
1090
msgid ""
tutorial/controlflow.po
@@ -467,6 +467,9 @@ msgid ""
467
" may receive a value more than once. Here's an example that fails due to "
468
"this restriction::"
469
msgstr ""
470
+"在函数调用中,关键字参数必须跟随在位置参数的后面。传递的所有关键字参数必须与函数接受的其中一个参数匹配(比如 ``actor`` 不是函数 "
471
+"``parrot`` 的有效参数),它们的顺序并不重要。这也包括非可选参数,(比如 ``parrot(voltage=1000)`` "
472
+"也是有效的)。不能对同一个参数多次赋值。下面是一个因为此限制而失败的例子::"
473
474
#: ../../tutorial/controlflow.rst:481
475
0 commit comments