We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a65d9 commit 307fbf1Copy full SHA for 307fbf1
Doc/library/json.rst
@@ -211,9 +211,7 @@ Basic Usage
211
a string (such as ``"\t"``) is used to indent each level.
212
If zero, negative, or ``""`` (the empty string),
213
only newlines are inserted.
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.
+ If ``None`` (the default), no newlines are inserted.
217
:type indent: int | str | None
218
219
:param separators:
0 commit comments