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 e814841 commit d27d0adCopy full SHA for d27d0ad
peps/pep-0814.rst
@@ -80,8 +80,8 @@ Construction
80
* ``frozendict(collection, **kwargs)`` combines the two previous
81
constructions.
82
83
-Keys must be hashable and therefore immutable, but values can be mutable.
84
-Using immutable values creates a hashable ``frozendict``.
+Keys must be hashable, but values can be non-hashable.
+Using hashable values creates a hashable ``frozendict``.
85
86
Creating a ``frozendict`` from a ``dict``, ``frozendict(dict)``, has a
87
complexity of *O*\ (*n*): items are copied (shallow copy).
0 commit comments