Skip to content

Commit 62a65d9

Browse files
authored
Remove trailing whitespace
1 parent 5571e3c commit 62a65d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/json/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def dump(obj, fp, *, skipkeys=False, ensure_ascii=True, check_circular=True,
144144
object members will be pretty-printed with that indent level. An indent
145145
level of 0 will only insert newlines. ``None`` gives a compact
146146
representation; see below.
147-
147+
148148
If specified, ``separators`` should be an ``(item_separator,
149149
key_separator)`` tuple. The default is ``(', ', ': ')`` if *indent* is
150150
``None`` and ``(',', ': ')`` otherwise. To get the most compact JSON

0 commit comments

Comments
 (0)