Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typos
  • Loading branch information
rhettinger authored May 25, 2023
commit e68d66344374624a75d93aa5500499dc3635a7e0
4 changes: 2 additions & 2 deletions Doc/library/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ Exceptions
AttrDict(mapping, **kwargs)
AttrDict(iterable, **kwargs)

Subclass of :class:`dict` object that also supports attribute style dotted access.
Subclass of :class:`dict` that also supports attribute style dotted access.

This class is intended for use with the :attr:`object_hook` in
:func:`json.load` and :func:`json.loads`::
:func:`json.load` and :func:`json.loads`:

.. doctest::

Expand Down