Skip to content

Commit 5e4a284

Browse files
committed
Fix doc warnings
Fix also indentation.
1 parent 99b291c commit 5e4a284

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/stdtypes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)