Skip to content

Commit 307fbf1

Browse files
Shorten description
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 62a65d9 commit 307fbf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/json.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@ 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), no pretty printing is done, and a
215-
compact representation is used, though a singular space is
216-
still left after the separators.
214+
If ``None`` (the default), no newlines are inserted.
217215
:type indent: int | str | None
218216

219217
:param separators:

0 commit comments

Comments
 (0)