[docs] [issue26947] Documentation improvement needed

Steven D'Aprano report at bugs.python.org
Wed May 4 10:36:13 EDT 2016


Steven D'Aprano added the comment:

Xiang Zhang is correct: the original is technically correct. If you read it like this:

"All of Python’s immutable built-in objects are hashable, while no mutable containers (such as lists or dictionaries) are [hashable]."

it should be clear. But if you have a suggestion for wording which is easier to understand (especially for those whose English is not so good) please say so.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26947>
_______________________________________


More information about the docs mailing list