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

Skip to content

Commit 340d269

Browse files
committed
Small wording fix.
1 parent 219cc77 commit 340d269

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
@@ -158,9 +158,10 @@ Basic Usage
158158

159159
.. note::
160160

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

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

0 commit comments

Comments
 (0)