python / python-docs-zh-cn

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

Python3 heapq 的文档翻译错误 #175

Closed lycheng closed 3 years ago

lycheng commented 3 years ago

链接: https://docs.python.org/zh-cn/3/library/heapq.html

位置:第二段开头

堆是一个二叉树,它的每个父节点的值都只会小于或大于所有孩子节点(的值)。

应为 小于或者等于

silkriver commented 3 years ago

fixed