Skip to content

python3.6/3.7中文文档改进:ROT_THREE的翻译 #128

@15921483570

Description

@15921483570

地址:https://docs.python.org/zh-cn/3.7/library/dis.html#opcode-ROT_THREE

在dis模块的说明文档中,ROT_THREE的英文是:

Lifts second and third stack item one position up, moves top down to position three.

目前翻译是:

将第二个和第三个堆叠项目向上提升一个位置,向上移动到位置三。

建议改成:(3.8及之后的版本已改,3.6及3.7未改)

将第二个和第三个堆栈项向上提升一个位置,顶项移动到位置三。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions