Skip to content

Commit c8b2cd0

Browse files
authored
Remove trailing whitespace
1 parent f8f49dc commit c8b2cd0

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
@@ -208,7 +208,7 @@ def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True,
208208
object members will be pretty-printed with that indent level. An indent
209209
level of 0 will only insert newlines. ``None`` gives a compact
210210
representation; see below.
211-
211+
212212
If specified, ``separators`` should be an ``(item_separator,
213213
key_separator)`` tuple. The default is ``(', ', ': ')`` if *indent* is
214214
``None`` and ``(',', ': ')`` otherwise. To get the most compact JSON

0 commit comments

Comments
 (0)