Skip to content

Commit bd524f9

Browse files
committed
Spacing
1 parent 5532ef6 commit bd524f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ base64
707707
(Contributed by Serhiy Storchaka in :gh:`143214` and :gh:`146431`.)
708708

709709
* Added the *ignorechars* parameter in :func:`~base64.b16decode`,
710-
:func:`~base64.b32decode`, :func:`~base64.b32hexdecode`,
710+
:func:`~base64.b32decode`, :func:`~base64.b32hexdecode`,
711711
:func:`~base64.b64decode`, :func:`~base64.b85decode`, and
712712
:func:`~base64.z85decode`.
713713
(Contributed by Serhiy Storchaka in :gh:`144001` and :gh:`146431`.)
@@ -879,7 +879,7 @@ inspect
879879
json
880880
----
881881

882-
* Add the *array_hook* parameter to :func:`~json.load` and
882+
* Add the *array_hook* parameter to :func:`~json.load` and
883883
:func:`~json.loads` functions:
884884
allow a callback for JSON literal array types to customize Python lists in
885885
the resulting decoded object. Passing combined :class:`frozendict` to

0 commit comments

Comments
 (0)