Skip to content

Commit 2942826

Browse files
jsbuenovstinner
andauthored
Update Doc/whatsnew/3.15.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent ee285ae commit 2942826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ json
806806

807807
* Add the *array_hook* parameter to :func:`~json.load` and
808808
:func:`~json.loads` functions:
809-
Allow a callback for JSON literal array types to customize Python lists in
809+
allow a callback for JSON literal array types to customize Python lists in
810810
the resulting decoded object. Passing combined :class:`frozendict` to
811811
*object_pairs_hook* param and :class:`tuple` to ``array_hook`` will yield a
812812
deeply nested immutable Python structure representing the JSON data.

0 commit comments

Comments
 (0)