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

Skip to content

Commit 7bbf673

Browse files
committed
[po] auto sync bot
1 parent 3f274f2 commit 7bbf673

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

faq/programming.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -994,8 +994,7 @@ msgid ""
994994
"positional-only parameters. Its documentation looks like this::"
995995
msgstr ""
996996
"函数参数列表中的斜杠表示在它之前的形参是仅限位置形参。 仅限位置形参没有外部可用的名称。 "
997-
"在调用接受仅限位置形参的函数时,参数只会基于培训五日位置将参数映射到形参。 例如,:func:`pow` 是一个接受仅限位置形参的函数。 "
998-
"它的文档是这样的::"
997+
"在调用接受仅限位置形参的函数时,参数只会基于它们的位置被映射到形参。 例如,:func:`pow` 是一个接受仅限位置形参的函数。 它的文档是这样的::"
999998

1000999
#: ../../faq/programming.rst:794
10011000
msgid ""
@@ -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."
10121011
msgstr ""
1013-
"请注意目前此特性只记录于文档而不是具有正式效力的 Python 语法,不过已经有 :pep:`570` 提出了 Python 中使用仅位置形参的语法。"
1012+
"请注意目前此特性只记录于文档而不是有效的 Python 语法,不过已经有 :pep:`570` 提出了 Python 中使用仅位置形参的语法。"
10141013

10151014
#: ../../faq/programming.rst:809
10161015
msgid "Numbers and strings"

0 commit comments

Comments
 (0)