diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 4a26419e65bee4..e01faa63f07f93 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -211,7 +211,9 @@ Basic Usage a string (such as ``"\t"``) is used to indent each level. If zero, negative, or ``""`` (the empty string), only newlines are inserted. - If ``None`` (the default), the most compact representation is used. + If ``None`` (the default), no pretty printing is done, and a + compact representation is used, though a singular space is + still left after the separators. :type indent: int | str | None :param separators: