Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10fe23b

Browse files
committed
Merge with 3.1
2 parents a2860e8 + 340d269 commit 10fe23b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/json.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@ Basic Usage
160160

161161
.. note::
162162

163-
Unlike :mod:`pickle` and :mod:`marshal`, JSON is not a framed protocol so
164-
trying to serialize more objects with repeated calls to :func:`dump` and
165-
the same *fp* will result in an invalid JSON file.
163+
Unlike :mod:`pickle` and :mod:`marshal`, JSON is not a framed protocol,
164+
so trying to serialize multiple objects with repeated calls to
165+
:func:`dump` using the same *fp* will result in an invalid JSON file.
166+
166167

167168
.. function:: load(fp, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw)
168169

0 commit comments

Comments
 (0)