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

Skip to content

Commit 4e624de

Browse files
[po] auto sync
1 parent 325f65a commit 4e624de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

library/argparse.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,14 +1446,16 @@ msgstr "命名空间对象"
14461446
msgid ""
14471447
"Simple class used by default by :meth:`~ArgumentParser.parse_args` to create"
14481448
" an object holding attributes and return it."
1449-
msgstr ""
1449+
msgstr "由 :meth:`~ArgumentParser.parse_args` 默认使用的简单类,可创建一个存放属性的对象并将其返回。"
14501450

14511451
#: ../../library/argparse.rst:1531
14521452
msgid ""
14531453
"This class is deliberately simple, just an :class:`object` subclass with a "
14541454
"readable string representation. If you prefer to have dict-like view of the "
14551455
"attributes, you can use the standard Python idiom, :func:`vars`::"
14561456
msgstr ""
1457+
"这个类被有意做得很简单,只是一个具有可读字符串表示形式的 :class:`object`。 如果你更喜欢类似字典的属性视图,你可以使用标准 Python"
1458+
" 中惯常的 :func:`vars`::"
14571459

14581460
#: ../../library/argparse.rst:1541
14591461
msgid ""

0 commit comments

Comments
 (0)