Skip to content

Commit 9bbdb5a

Browse files
committed
gh-137533:warp too long lines
1 parent 96f54a7 commit 9bbdb5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/json.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ Basic Usage
255255

256256
.. note::
257257

258-
The encoder dose not preserve the types of dictionary keys in Python.Read more at :ref:`json-key-convertion`
258+
The encoder dose not preserve the types of dictionary keys in Python.
259+
Read more at :ref:`json-key-convertion`
259260

260261
.. function:: load(fp, *, cls=None, object_hook=None, parse_float=None, \
261262
parse_int=None, parse_constant=None, \
@@ -360,7 +361,8 @@ Basic Usage
360361

361362
.. note::
362363

363-
The decoder preserves the keys in JSON text as :class:`str`.Read more at :ref:`json-key-convertion`
364+
The decoder preserves the keys in JSON text as :class:`str`.
365+
Read more at :ref:`json-key-convertion`
364366

365367

366368
Encoders and Decoders

0 commit comments

Comments
 (0)