Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Basic Usage
:type default: :term:`callable` | None

:param bool sort_keys:
If ``True``, dictionaries will be outputted sorted by key.
If ``True``, dictionaries will be sorted by key and outputted.
Default ``False``.

.. versionchanged:: 3.2
Expand Down
Loading