Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82cf86 commit 64c887aCopy full SHA for 64c887a
1 file changed
Doc/glossary.rst
@@ -467,9 +467,9 @@ Glossary
467
Hashability makes an object usable as a dictionary key and a set member,
468
because these data structures use the hash value internally.
469
470
- All of Python's immutable built-in objects are hashable, while no mutable
471
- containers (such as lists or dictionaries) are. Objects which are
472
- instances of user-defined classes are hashable by default; they all
+ All of Python's immutable built-in objects are hashable; mutable
+ containers (such as lists or dictionaries) are not. Objects which are
+ instances of user-defined classes are hashable by default. They all
473
compare unequal (except with themselves), and their hash value is derived
474
from their :func:`id`.
475
0 commit comments