We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2820503 commit b079384Copy full SHA for b079384
1 file changed
Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst
@@ -4,5 +4,5 @@ json
4
* Add the *array_hook* parameter to :func:`~load` and :func:`~loads` functions:
5
Allow a callback for JSON literal array types to customize Python lists in the
6
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
+ param and :class:`tuple` to ``array_hook`` will yield a deeply nested immutable
8
Python structure representing the JSON data.
0 commit comments