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

Skip to content

Commit 4b48a55

Browse files
[po] auto sync
1 parent 10d3bbb commit 4b48a55

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

library/ast.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ msgstr "目前支持字节和集合。"
10191019

10201020
#: ../../library/ast.rst:1599
10211021
msgid "Now supports creating empty sets with ``'set()'``."
1022-
msgstr ""
1022+
msgstr "现在支持通过 ``'set()'`` 创建空集合。"
10231023

10241024
#: ../../library/ast.rst:1605
10251025
msgid ""
@@ -1028,6 +1028,9 @@ msgid ""
10281028
":class:`Module` node), or ``None`` if it has no docstring. If *clean* is "
10291029
"true, clean up the docstring's indentation with :func:`inspect.cleandoc`."
10301030
msgstr ""
1031+
"返回给定 *node* (必须为 :class:`FunctionDef`, :class:`AsyncFunctionDef`, "
1032+
":class:`ClassDef` 或 :class:`Module` 节点) 的文档字符串,或者如果没有文档字符串则返回 ``None``。 如果 "
1033+
"*clean* 为真值,则通过 :func:`inspect.cleandoc` 清除文档字符串的缩进。"
10311034

10321035
#: ../../library/ast.rst:1611
10331036
msgid ":class:`AsyncFunctionDef` is now supported."

0 commit comments

Comments
 (0)