Skip to content

Commit 38ff17b

Browse files
committed
Update frozendict formatting
1 parent c7c2313 commit 38ff17b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ raise :exc:`SyntaxError`).
192192
----------------------------------------
193193

194194
A new :term:`immutable` type, :class:`frozendict`, is added to the :mod:`builtins` module.
195-
It does not allow modification after creation. A ``frozendict`` is not a subclass of ``dict``;
196-
it inherits directly from ``object``. A ``frozendict`` is :term:`hashable`
197-
as long as all of its keys and values are hashable. A ``frozendict`` preserves
195+
It does not allow modification after creation. A :class:`!frozendict` is not a subclass of ``dict``;
196+
it inherits directly from ``object``. A :class:`!frozendict` is :term:`hashable`
197+
as long as all of its keys and values are hashable. A :class:`!frozendict` preserves
198198
insertion order, but comparison does not take order into account.
199199

200200
For example::

0 commit comments

Comments
 (0)