File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1446,14 +1446,16 @@ msgstr "命名空间对象"
14461446msgid ""
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
14521452msgid ""
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`::"
14561456msgstr ""
1457+ "这个类被有意做得很简单,只是一个具有可读字符串表示形式的 :class:`object`。 如果你更喜欢类似字典的属性视图,你可以使用标准 Python"
1458+ " 中惯常的 :func:`vars`::"
14571459
14581460#: ../../library/argparse.rst:1541
14591461msgid ""
You can’t perform that action at this time.
0 commit comments