File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ raise :exc:`SyntaxError`).
192192----------------------------------------
193193
194194A 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
198198insertion order, but comparison does not take order into account.
199199
200200For example::
You can’t perform that action at this time.
0 commit comments