Skip to content

Commit 725e155

Browse files
committed
Address review comments
1 parent b7bd2b2 commit 725e155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/json.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ Basic Usage
353353

354354
The other arguments have the same meaning as in :func:`load`.
355355

356-
If the data is not a valid JSON document, a :exc:`JSONDecodeError` will be
357-
raised.
356+
If the data being deserialized is not a valid JSON document, a
357+
:exc:`JSONDecodeError` will be raised.
358358

359359
.. versionchanged:: 3.6
360360
*s* can now be of type :class:`bytes` or :class:`bytearray`. The

0 commit comments

Comments
 (0)