Skip to content

Commit b079384

Browse files
committed
Doc typo
1 parent 2820503 commit b079384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ json
44
* Add the *array_hook* parameter to :func:`~load` and :func:`~loads` functions:
55
Allow a callback for JSON literal array types to customize Python lists in the
66
resulting decoded object. Passing combined :class:`frozendict` to *object_pairs_hook*
7-
param and :class:`tuple` to ``array_hook`` will yield a deeply nested imitable
7+
param and :class:`tuple` to ``array_hook`` will yield a deeply nested immutable
88
Python structure representing the JSON data.

0 commit comments

Comments
 (0)