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

Skip to content

Commit 64659e4

Browse files
[po] auto sync
1 parent f4ff43b commit 64659e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial/controlflow.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,12 +692,12 @@ msgid ""
692692
"``*args`` parameter are 'keyword-only' arguments, meaning that they can only"
693693
" be used as keywords rather than positional arguments. ::"
694694
msgstr ""
695-
"一般来说,这些 ``可变参数`` 将在形式参数列表的末尾,因为它们收集传递给函数的所有剩余输入参数。出现在 ``*args`` "
696-
"参数之后的任何形式参数都是 ‘仅关键字参数’,也就是说它们只能作为关键字参数而不能是位置参数。::"
695+
"这些 ``variadic`` 实参用于采集传递给函数的所有剩余实参,因此,它们通常在形参列表的末尾。* args "
696+
"形参后出现的任何形参都是仅限关键字参数,即只能用作关键字参数,不能用作位置参数:"
697697

698698
#: ../../tutorial/controlflow.rst:734
699699
msgid "Unpacking Argument Lists"
700-
msgstr "解包参数列表"
700+
msgstr "解包实参列表"
701701

702702
#: ../../tutorial/controlflow.rst:736
703703
msgid ""

0 commit comments

Comments
 (0)