Skip to content

[Typo]: ArgumentParser对象epilog参数翻译错误 #407

@sjf2002

Description

@sjf2002

Python Version

所有版本

Docs Page

https://docs.python.org/zh-cn/3.14/library/argparse.html#epilog

Original Translation

一些程序喜欢在 description 参数后显示额外的对程序的描述。这种文字能够通过给 ArgumentParser 提供 epilog= 参数而被指定:

Original Docs Paragraph

Some programs like to display additional description of the program after the description of the arguments. Such text can be specified using the epilog= argument to ArgumentParser:

Suggested Fix

一些程序喜欢在参数帮助信息之后显示额外的对程序的描述。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions