python / python-docs-zh-cn

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

疑似译文不准确《ChainMap 对象》 #212

Closed c1ino closed 3 years ago

c1ino commented 3 years ago

Note, the iteration order of a ChainMap() is determined by scanning the mappings last to first:

通过扫描最后的映射来确定的 也许应该是 通过从最后一个映射开始往前扫描映射来确定 之类的意思?

silkriver commented 3 years ago

fixed

c1ino commented 3 years ago

@silkriver 更正之后似乎还有点不清晰的地方?比如该映射应该指的是参数中的多个映射之类的?

注意,一个 ChainMap() 的迭代顺序是通过从后往前扫描该映射来确定的:

Note, the iteration order of a ChainMap() is determined by scanning the mappings last to first:

silkriver commented 3 years ago

改成了 所有映射