Skip to content

Commit a5c0e64

Browse files
Remove trailing space
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
1 parent 17a3337 commit a5c0e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Basic Usage
212212
If zero, negative, or ``""`` (the empty string),
213213
only newlines are inserted.
214214
If ``None`` (the default), no pretty printing is done, and a
215-
compact representation is used, though a singular space is
215+
compact representation is used, though a singular space is
216216
still left after the separators.
217217
:type indent: int | str | None
218218

0 commit comments

Comments
 (0)