Skip to content

Commit b4f2e18

Browse files
committed
nit
1 parent c322b6f commit b4f2e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ raise :exc:`SyntaxError`).
188188
:pep:`814`: Add frozendict built-in type
189189
----------------------------------------
190190

191-
A new public immutable type, :class:`frozendict`, has been added to the :mod:`builtins` module.
191+
A new public immutable type, :class:`frozendict`, is added to the :mod:`builtins` module.
192192
It does not allow modification after creation. A ``frozendict`` is not a subclass of ``dict``;
193193
it inherits directly from ``object``. A ``frozendict`` is hashable (i.e., ``hash(frozendict)`` works)
194194
as long as all of its keys and values are hashable.

0 commit comments

Comments
 (0)