From 1be5add087871530bca4816b9672c471724c4ce2 Mon Sep 17 00:00:00 2001 From: manoj Date: Fri, 24 Apr 2026 19:24:56 +0530 Subject: [PATCH] Adjust wording in json.rst for better readability --- Doc/library/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index b354e7ba534835..03da1513f2bb3a 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -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