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 c322b6f commit b4f2e18Copy full SHA for b4f2e18
Doc/whatsnew/3.15.rst
@@ -188,7 +188,7 @@ raise :exc:`SyntaxError`).
188
:pep:`814`: Add frozendict built-in type
189
----------------------------------------
190
191
-A new public immutable type, :class:`frozendict`, has been added to the :mod:`builtins` module.
+A new public immutable type, :class:`frozendict`, is added to the :mod:`builtins` module.
192
It does not allow modification after creation. A ``frozendict`` is not a subclass of ``dict``;
193
it inherits directly from ``object``. A ``frozendict`` is hashable (i.e., ``hash(frozendict)`` works)
194
as long as all of its keys and values are hashable.
0 commit comments