We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bd2b2 commit 725e155Copy full SHA for 725e155
Doc/library/json.rst
@@ -353,8 +353,8 @@ Basic Usage
353
354
The other arguments have the same meaning as in :func:`load`.
355
356
- If the data is not a valid JSON document, a :exc:`JSONDecodeError` will be
357
- raised.
+ If the data being deserialized is not a valid JSON document, a
+ :exc:`JSONDecodeError` will be raised.
358
359
.. versionchanged:: 3.6
360
*s* can now be of type :class:`bytes` or :class:`bytearray`. The
0 commit comments