Skip to content

Commit 17a3337

Browse files
authored
Fix #146061
1 parent e0f7c10 commit 17a3337

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/json.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ Basic Usage
211211
a string (such as ``"\t"``) is used to indent each level.
212212
If zero, negative, or ``""`` (the empty string),
213213
only newlines are inserted.
214-
If ``None`` (the default), the most compact representation is used.
214+
If ``None`` (the default), no pretty printing is done, and a
215+
compact representation is used, though a singular space is
216+
still left after the separators.
215217
:type indent: int | str | None
216218

217219
:param separators:

0 commit comments

Comments
 (0)