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

Skip to content

Commit 67f235f

Browse files
[po] auto sync
1 parent 6abd46b commit 67f235f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

c-api/structures.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ msgstr ":attr:`ml_doc`"
227227
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:149
228228
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:294
229229
msgid "points to the contents of the docstring"
230-
msgstr ""
230+
msgstr "指向文档字符串的内容"
231231

232232
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:153
233233
msgid ""
@@ -272,6 +272,9 @@ msgid ""
272272
"if there are no keyword arguments. The parameters are typically processed "
273273
"using :c:func:`PyArg_ParseTupleAndKeywords`."
274274
msgstr ""
275+
"带有这些旗标的方法必须为 :c:type:`PyCFunctionWithKeywords` 类型。 该函数接受三个形参: *self*, "
276+
"*args*, *kwargs* 其中 *kwargs* 是一个包含所有关键字参数的字典或者如果没有关键字参数则可以为 ``NULL``。 "
277+
"这些形参通常是使用 :c:func:`PyArg_ParseTupleAndKeywords` 来处理的。"
275278

276279
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:189
277280
msgid ""

0 commit comments

Comments
 (0)