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 beaf800 commit 62bf37bCopy full SHA for 62bf37b
peps/pep-0814.rst
@@ -80,7 +80,7 @@ Construction
80
* ``frozendict(collection, **kwargs)`` combines the two previous
81
constructions.
82
83
-Keys must be hashable and so immutable, but values can be mutable.
+Keys must be hashable and therefore immutable, but values can be mutable.
84
Using immutable values creates a hashable ``frozendict``.
85
86
Creating a ``frozendict`` from a ``dict``, ``frozendict(dict)``, has a
0 commit comments