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 ee285ae commit 2942826Copy full SHA for 2942826
Doc/whatsnew/3.15.rst
@@ -806,7 +806,7 @@ json
806
807
* Add the *array_hook* parameter to :func:`~json.load` and
808
:func:`~json.loads` functions:
809
- Allow a callback for JSON literal array types to customize Python lists in
+ allow a callback for JSON literal array types to customize Python lists in
810
the resulting decoded object. Passing combined :class:`frozendict` to
811
*object_pairs_hook* param and :class:`tuple` to ``array_hook`` will yield a
812
deeply nested immutable Python structure representing the JSON data.
0 commit comments