File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5851,19 +5851,19 @@ An example of dictionary view usage::
58515851
58525852 * :class: `dict ` has more methods than :class: `frozendict `:
58535853
5854- * :meth: `~dict.__delitem__ `
5855- * :meth: `~dict.__setitem__ `
5854+ * :meth: `~! dict.__delitem__ `
5855+ * :meth: `~! dict.__setitem__ `
58565856 * :meth: `~dict.clear `
58575857 * :meth: `~dict.pop `
58585858 * :meth: `~dict.popitem `
58595859 * :meth: `~dict.setdefault `
58605860 * :meth: `~dict.update `
58615861
5862- * A frozendict can be hashed with ``hash(frozendict) `` if all keys and
5863- values can be hashed.
5862+ * A frozendict can be hashed with ``hash(frozendict) `` if all keys and
5863+ values can be hashed.
58645864
5865- * ``frozendict |= other `` does not modify the frozendict in-place but
5866- creates a new frozen dictionary.
5865+ * ``frozendict |= other `` does not modify the frozendict in-place but
5866+ creates a new frozen dictionary.
58675867
58685868 .. versionadded :: next
58695869
You can’t perform that action at this time.
0 commit comments