Skip to content
Snippets Groups Projects
Commit 80c12cb773a2 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

Merge pull request #95 from DanielBaird/patch-1

doc update: cleaned up double-paste in separators description.
Branches
No related tags found
Loading
......@@ -563,8 +563,6 @@
Changed *indent* from an integer number of spaces to a string.
If specified, *separators* should be an ``(item_separator, key_separator)``
tuple. The default is ``(', ', ': ')``. To get the most compact JSON
representation, you should specify ``(',', ':')`` to eliminate whitespace.
tuple. The default is ``(', ', ': ')`` if *indent* is ``None`` and
``(',', ': ')`` otherwise. To get the most compact JSON representation,
you should specify ``(',', ':')`` to eliminate whitespace.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment