Skip to content

Commit 1be5add

Browse files
committed
Adjust wording in json.rst for better readability
1 parent 1274766 commit 1be5add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Basic Usage
231231
:type default: :term:`callable` | None
232232

233233
:param bool sort_keys:
234-
If ``True``, dictionaries will be outputted sorted by key.
234+
If ``True``, dictionaries will be sorted by key and outputted.
235235
Default ``False``.
236236

237237
.. versionchanged:: 3.2

0 commit comments

Comments
 (0)