python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

译文句意有误 #178

Closed atlanmatrix closed 1 year ago

atlanmatrix commented 3 years ago

【目标链接】:https://docs.python.org/3/tutorial/modules.html 【问题位置】:6.1.1 节 原文: but with the name set to "main"

错误的译文翻译为: 但会把 name 赋值给 "main"

译文应该翻译为: 但会把 "main" 赋值给 name

silkriver commented 3 years ago

fixed