File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -994,8 +994,7 @@ msgid ""
994994"positional-only parameters. Its documentation looks like this::"
995995msgstr ""
996996"函数参数列表中的斜杠表示在它之前的形参是仅限位置形参。 仅限位置形参没有外部可用的名称。 "
997- "在调用接受仅限位置形参的函数时,参数只会基于培训五日位置将参数映射到形参。 例如,:func:`pow` 是一个接受仅限位置形参的函数。 "
998- "它的文档是这样的::"
997+ "在调用接受仅限位置形参的函数时,参数只会基于它们的位置被映射到形参。 例如,:func:`pow` 是一个接受仅限位置形参的函数。 它的文档是这样的::"
999998
1000999#: ../../faq/programming.rst:794
10011000msgid ""
@@ -1010,7 +1009,7 @@ msgid ""
10101009"syntax in Python, although there is :pep:`570`, which proposes a syntax for "
10111010"position-only parameters in Python."
10121011msgstr ""
1013- "请注意目前此特性只记录于文档而不是具有正式效力的 Python 语法,不过已经有 :pep:`570` 提出了 Python 中使用仅位置形参的语法。"
1012+ "请注意目前此特性只记录于文档而不是有效的 Python 语法,不过已经有 :pep:`570` 提出了 Python 中使用仅位置形参的语法。"
10141013
10151014#: ../../faq/programming.rst:809
10161015msgid "Numbers and strings"
You can’t perform that action at this time.
0 commit comments